DbSchemaTable
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbSchemaTableInheritance: object → DbSchemaTable
Constructors
Section titled “Constructors”DbSchemaTable()
Section titled “DbSchemaTable()”public DbSchemaTable()Properties
Section titled “Properties”Catalog
Section titled “Catalog”public string Catalog { get; set; }Property Value
Section titled “Property Value”Columns
Section titled “Columns”public IList<DbSchemaColumn> Columns { get; set; }Property Value
Section titled “Property Value”ForeignKeys
Section titled “ForeignKeys”public IList<DbSchemaForeignKey> ForeignKeys { get; set; }Property Value
Section titled “Property Value”public string Name { get; set; }Property Value
Section titled “Property Value”PrimaryKey
Section titled “PrimaryKey”public DbSchemaPrimaryKey PrimaryKey { get; set; }Property Value
Section titled “Property Value”Schema
Section titled “Schema”public string Schema { get; set; }Property Value
Section titled “Property Value”public DbSchemaTableType Type { get; set; }