GetKeyColumns(Type) Method
Gets the names of properties marked as key columns for a specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static List<string> GetKeyColumns(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve key columns.

Return Value

Type Description
List<string> A list of key column names.