예제 #1
0
 /// <summary>
 /// Maps a type to the specified table name and schema.
 /// </summary>
 /// <param name="table">The table.</param>
 /// <param name="tableName">Name of the table.</param>
 /// <returns>The table attribute.</returns>
 public static TableAttribute ToTable(this TableAttribute table, string tableName) => table.ToTable(tableName, null);