Méthode | Description | |
---|---|---|
Create ( |
||
Create ( |
||
CreateFromDataTable ( |
||
GetCreateFromDataTableSQL ( string tableName, |
||
GetCreateSQL ( string tableName, |
||
GetPrimaryKeys ( |
||
SQLGetType ( |
||
SQLGetType ( |
||
SQLGetType ( object type, int columnSize, int numericPrecision, int numericScale ) : string | ||
SqlTableCreator ( ) : System | ||
SqlTableCreator ( |
||
SqlTableCreator ( |
public Create ( |
||
schema | ||
Résultat | object |
public Create ( |
||
schema | ||
numKeys | int | |
Résultat | object |
public CreateFromDataTable ( |
||
table | ||
Résultat | object |
public static GetCreateFromDataTableSQL ( string tableName, |
||
tableName | string | |
table | ||
Résultat | string |
public static GetCreateSQL ( string tableName, |
||
tableName | string | |
schema | ||
primaryKeys | int | |
Résultat | string |
public static GetPrimaryKeys ( |
||
schema | ||
Résultat | string[] |
public static SQLGetType ( |
||
column | ||
Résultat | string |
public static SQLGetType ( |
||
schemaRow | ||
Résultat | string |
public static SQLGetType ( object type, int columnSize, int numericPrecision, int numericScale ) : string | ||
type | object | |
columnSize | int | |
numericPrecision | int | |
numericScale | int | |
Résultat | string |
public SqlTableCreator ( |
||
connection | ||
Résultat | System |
public SqlTableCreator ( |
||
connection | ||
transaction | ||
Résultat | System |