Méthode | Description | |
---|---|---|
CreateTable ( this database, string tableName ) : ICreatedTable |
Creates a new table on the database within the default schema with a default primary key constraint name.
|
public static CreateTable ( this database, string tableName ) : ICreatedTable | ||
database | this | |
tableName | string | |
Résultat | ICreatedTable |