DbSchemaPrimaryKey
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbSchemaPrimaryKeyInheritance: object → DbSchemaPrimaryKey
Constructors
Section titled “Constructors”DbSchemaPrimaryKey()
Section titled “DbSchemaPrimaryKey()”public DbSchemaPrimaryKey()Properties
Section titled “Properties”Columns
Section titled “Columns”public IList<DbSchemaColumn> Columns { get; set; }Property Value
Section titled “Property Value”ConstraintName
Section titled “ConstraintName”public string ConstraintName { get; set; }