DbSchemaColumn
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbSchemaColumnInheritance: object → DbSchemaColumn
Constructors
Section titled “Constructors”DbSchemaColumn()
Section titled “DbSchemaColumn()”public DbSchemaColumn()Properties
Section titled “Properties”DbTypeName
Section titled “DbTypeName”public string DbTypeName { get; set; }Property Value
Section titled “Property Value”DefaultValue
Section titled “DefaultValue”public string DefaultValue { get; set; }Property Value
Section titled “Property Value”IsAutoGenerated
Section titled “IsAutoGenerated”public bool IsAutoGenerated { get; set; }Property Value
Section titled “Property Value”IsNullable
Section titled “IsNullable”public bool IsNullable { get; set; }Property Value
Section titled “Property Value”public string Name { get; set; }Property Value
Section titled “Property Value”Ordinal
Section titled “Ordinal”public int Ordinal { get; set; }Property Value
Section titled “Property Value”public Type Type { get; set; }