GetTableName<T>() Method
Gets the table name of a specified type, considering the TableNameAttribute if present.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public string GetTableName<T>()

Type Parameters

Name Description
T The type for which to get the table name.

Return Value

Type Description
string The table name.