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