GetTableName(Type) Method
Gets the name of the database table associated with the specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static string GetTableName(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve the table name.

Return Value

Type Description
string The name of the database table associated with the specified type.