GetExcludedProperties(Type) Method
Gets the excluded properties for a specified type.
Namespace
DbSyncKit.DB.Manager
Containing Type
CacheManager

Syntax

public static PropertyInfo[] GetExcludedProperties(Type type)

Parameters

Name Type Description
type Type The type for which to retrieve the excluded properties.

Return Value

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