Exemple #1
0
 public string ToCreateTableScript(TableSchema tableSchema)
 {
     return(dbDriver.ToCreateTableScript(tableSchema));
 }