Пример #1
0
 /// <summary>
 /// Gets the table name of the specified ClrType.
 /// </summary>
 /// <param name="type">The ClrType to get the table name from.</param>
 /// <returns>
 /// A string representation of the table name of the specified ClrType.
 /// </returns>
 public string FindTableNameByClrType(Type type)
 {
     return(EntitiesRepo.FindTableNameByClrType(type));
 }