SqlHelper.TableName Method
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
Overloads
Table |
Gets the table name where the reference should be stored. |
Table |
Gets the table name where the reference should be stored. |
TableName(EntityType)
Gets the table name where the reference should be stored.
public static string TableName(this EntityType type)
Parameters
- type
- EntityType
Returns
System.String
TableName(IEntity)
Gets the table name where the reference should be stored.
public static string TableName(this IEntity entity)
Parameters
- entity
- IEntity
Returns
System.String