Class DbColumnDefinition

Inheritance
DbColumnDefinition
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    [AttributeUsage(AttributeTargets.Property)]
public sealed class DbColumnDefinition : Attribute

Constructors

DbColumnDefinition()

Declaration
    public DbColumnDefinition()

Properties

AllowNulls

Declaration
    public bool AllowNulls { get; set; }
Property Value
TypeDescription
bool

Collation

Declaration
    public string Collation { get; set; }
Property Value
TypeDescription
string

ComputedColumn

Declaration
    public string ComputedColumn { get; set; }
Property Value
TypeDescription
string

DataType

Declaration
    public string DataType { get; set; }
Property Value
TypeDescription
string

DefaultValue

Declaration
    public string DefaultValue { get; set; }
Property Value
TypeDescription
string

Ignore

Declaration
    public bool Ignore { get; set; }
Property Value
TypeDescription
bool

IsIdentity

Declaration
    public bool IsIdentity { get; set; }
Property Value
TypeDescription
bool

IsPrimaryKey

Declaration
    public bool IsPrimaryKey { get; set; }
Property Value
TypeDescription
bool

Name

Declaration
    public string Name { get; set; }
Property Value
TypeDescription
string