Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
HybridDb
Migrations
Commands
CreateTable
C# Class HybridDb.Migrations.Commands.CreateTable
Inheritance:
SchemaMigrationCommand
Exibir arquivo
Open project: asgerhallas/HybridDb
Public Methods
Method
Description
CreateTable
(
HybridDb.Config.Table
table
) :
System
Execute
(
IDatabase
database
) :
void
ToString
( ) :
string
Method Details
CreateTable()
public
method
public
CreateTable
(
HybridDb.Config.Table
table
) :
System
table
HybridDb.Config.Table
return
System
Execute()
public
method
public
Execute
(
IDatabase
database
) :
void
database
IDatabase
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string