Skip to content
Auto
Products

DbSchemaColumn

Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class DbSchemaColumn

Inheritance: object → DbSchemaColumn

public DbSchemaColumn()
public string DbTypeName { get; set; }

string

public string DefaultValue { get; set; }

string

public bool IsAutoGenerated { get; set; }

bool

public bool IsNullable { get; set; }

bool

public string Name { get; set; }

string

public int Ordinal { get; set; }

int

public Type Type { get; set; }

Type