Méthode | Description | |
---|---|---|
CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion ) |
public CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion ) | ||
name | string | |
dataType | DataType | |
isNullable | bool | |
isPrimaryKey | bool | |
uniqueConstraint | string | |
isIdentity | bool | |
defaultValue | object | |
isRowVersion | bool |