GetKeyColumns<T>() Method
Gets the names of properties marked as key columns for a specified type.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public List<string> GetKeyColumns<T>()

Type Parameters

Name Description
T The type for which to get the key columns.

Return Value

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