GetKeyProperties<T>() Method
Retrieves an array of System.Reflection.PropertyInfo objects representing the properties that are used as key properties for uniquely identifying objects of type T.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public PropertyInfo[] GetKeyProperties<T>()

Type Parameters

Name Description
T The type of objects for which to retrieve key properties.

Return Value

Type Description
PropertyInfo[] An array of System.Reflection.PropertyInfo objects representing the key properties of type T.