GetComparableProperties(Type) Method
Gets the properties that are comparable (not key or excluded) for a specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static PropertyInfo[] GetComparableProperties(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve comparable properties.

Return Value

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