메소드 | 설명 | |
---|---|---|
FormatDefaultValue ( object defaultValue ) : string | ||
GetDefaultConstraintName ( string tableName, string columnName ) : string | ||
SqlServerColumn ( ITypeMap typeMap ) : FluentMigrator.Model |
메소드 | 설명 | |
---|---|---|
FormatDefaultValue ( FluentMigrator.Model.ColumnDefinition column ) : string | ||
FormatIdentity ( FluentMigrator.Model.ColumnDefinition column ) : string | ||
FormatSystemMethods ( SystemMethods systemMethod ) : string |
메소드 | 설명 | |
---|---|---|
DefaultValueIsSqlFunction ( object defaultValue ) : bool | ||
GetIdentityString ( FluentMigrator.Model.ColumnDefinition column ) : string |
protected FormatDefaultValue ( FluentMigrator.Model.ColumnDefinition column ) : string | ||
column | FluentMigrator.Model.ColumnDefinition | |
리턴 | string |
public FormatDefaultValue ( object defaultValue ) : string | ||
defaultValue | object | |
리턴 | string |
protected FormatIdentity ( FluentMigrator.Model.ColumnDefinition column ) : string | ||
column | FluentMigrator.Model.ColumnDefinition | |
리턴 | string |
protected FormatSystemMethods ( SystemMethods systemMethod ) : string | ||
systemMethod | SystemMethods | |
리턴 | string |
public static GetDefaultConstraintName ( string tableName, string columnName ) : string | ||
tableName | string | |
columnName | string | |
리턴 | string |
public SqlServerColumn ( ITypeMap typeMap ) : FluentMigrator.Model | ||
typeMap | ITypeMap | |
리턴 | FluentMigrator.Model |