Exemplo n.º 1
0
 /// <summary>
 /// Creates the type map with a custom table name.
 /// </summary>
 /// <param name="self">The dialect instance to use</param>
 /// <param name="name">The custom table name to use.</param>
 /// <typeparam name="T">The type to build the map for.</typeparam>
 public static void CreateTypeMap <T>(this IDatabaseDialect self, string name) => self.CreateTypeMap(name, typeof(T));