Class Column
- Namespace
- Z.BulkOperations.Internal.InformationSchema
- Assembly
- Z.EntityFramework.Extensions.dll
public class Column
- Inheritance
-
Column
- Inherited Members
Constructors
Column()
public Column()
Fields
DataTypeName
public string DataTypeName
Field Value
DbType
public object DbType
Field Value
DefaultValueSql
public string DefaultValueSql
Field Value
EscapedName
public string EscapedName
Field Value
IsIdentity
public bool IsIdentity
Field Value
IsPrimaryKey
public bool IsPrimaryKey
Field Value
Name
public string Name
Field Value
Ordinal
public int Ordinal
Field Value
Precision
public int Precision
Field Value
Scale
public int Scale
Field Value
Size
public int Size
Field Value
UdtTypeName
public string UdtTypeName