Initializes the database structure using the mapping information of the data domain schema.
This method supports the Genome infrastructure and is not intended to be used directly from your code.
public void CreateDbSchema(IDbConnection);
This method supports the Genome infrastructure and is not intended to be used directly from your code.
public void CreateDbSchema(IDbConnection,string);
Initializes the database structure in the specified transaction using the mapping information of the data domain schema.
public void CreateDbSchema(IDbTransaction);
This method supports the Genome infrastructure and is not intended to be used directly from your code.
public void CreateDbSchema(IDbTransaction,string);
Initializes the database structure in the database specified by connection string using the mapping information of the data domain schema.
public void CreateDbSchema(string);
This method supports the Genome infrastructure and is not intended to be used directly from your code.
public void CreateDbSchema(string,string);
DataDomainSchema Class | TechTalk.Genome.Schema Namespace | LoadFrom