Méthode | Description | |
---|---|---|
CreateSchema ( string schemaName ) : IEnumerable |
||
DropColumn ( |
||
DropIndex ( |
||
DropSchema ( string schemaName ) : IEnumerable |
||
ExistsTable ( string databaseName, |
||
GetSchemaPrefix ( |
||
RenameColumn ( |
||
RenamePrimaryKey ( |
||
RenameTable ( |
Méthode | Description | |
---|---|---|
DropDefaultConstraint ( |
||
GetTypeSpecifier ( DataType type, bool isRowVersion ) : string |
Méthode | Description | |
---|---|---|
GetSchemaName ( |
||
PrefixIfObjectExists ( string objectName, string schemaName, string commandTextToBePrefixed ) : string |
public CreateSchema ( string schemaName ) : IEnumerable |
||
schemaName | string | |
Résultat | IEnumerable |
public DropColumn ( |
||
tableName | ||
columnName | string | |
Résultat | IEnumerable |
protected DropDefaultConstraint ( |
||
tableName | ||
columnName | string | |
checkIfExists | bool | |
Résultat | IEnumerable |
public DropIndex ( |
||
tableName | ||
indexName | string | |
Résultat | IEnumerable |
public DropSchema ( string schemaName ) : IEnumerable |
||
schemaName | string | |
Résultat | IEnumerable |
public ExistsTable ( string databaseName, |
||
databaseName | string | |
tableName | ||
Résultat | string |
public GetSchemaPrefix ( |
||
tableName | ||
Résultat | string |
protected GetTypeSpecifier ( DataType type, bool isRowVersion ) : string | ||
type | DataType | |
isRowVersion | bool | |
Résultat | string |
public RenameColumn ( |
||
tableName | ||
oldName | string | |
newName | string | |
Résultat | IEnumerable |
public RenamePrimaryKey ( |
||
tableName | ||
oldName | string | |
newName | string | |
Résultat | IEnumerable |
public RenameTable ( |
||
oldName | ||
newName | string | |
Résultat | IEnumerable |