Skip to content
Auto
Products

DbSchemaPrimaryKey

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

public class DbSchemaPrimaryKey

Inheritance: object → DbSchemaPrimaryKey

public DbSchemaPrimaryKey()
public IList<DbSchemaColumn> Columns { get; set; }

IList<DbSchemaColumn>

public string ConstraintName { get; set; }

string