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

Syntax

public string GetTableSchema<T>()

Type Parameters

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

Return Value

Type Description
string The table schema name or null if not specified.