Exemple #1
0
 public override IEnumerable <string> SqlCommands <TKey>(CommandProvider <TKey> commandProvider, IDbConnection connection)
 {
     yield return(commandProvider.CreateTableCommand(ModelType));
 }