コード例 #1
0
 public override IEnumerable <string> SqlCommands <TKey>(CommandProvider <TKey> commandProvider, IDbConnection connection)
 {
     if (commandProvider.SupportsSchemas && !commandProvider.SchemaExists(connection, SchemaName))
     {
         yield return(commandProvider.CreateSchemaCommand(SchemaName));
     }
 }