Exemplo n.º 1
0
 internal static string GetTableNameOrNull(this IDbSchema db, string databaseName, string schemaName, string tableName)
 {
     return(db.GetTableOrNull(databaseName, schemaName, tableName)?.VariableName);
 }