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

Syntax

public static string GetTableSchema(Type type)

Parameters

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

Return Value

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