Table of Contents

Class Table

Namespace
Z.BulkOperations.Internal.InformationSchema
Assembly
Z.EntityFramework.Extensions.dll
public class Table
Inheritance
Table
Inherited Members

Constructors

Table()

public Table()

Fields

Columns

public List<Column> Columns

Field Value

List<Column>

Name

public string Name

Field Value

string

PrimaryKeys

public List<Column> PrimaryKeys

Field Value

List<Column>

Properties

IsSqlAzure

public bool IsSqlAzure { get; }

Property Value

bool