GetComparableProperties<T>() Method
Retrieves an array of System.Reflection.PropertyInfo objects representing the properties that are used for data comparison in objects of type T.
Namespace
DbSyncKit.DB.Helper
Containing Type
QueryHelper

Syntax

public PropertyInfo[] GetComparableProperties<T>()

Type Parameters

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

Return Value

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