Gets the properties that are unique for a specified type.
- Namespace
- DbSyncKit
.DB .Manager - Containing Type
- CacheManager
Syntax
public static PropertyInfo[] GetKeyProperties(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type for which to retrieve unique properties. |
Return Value
Type | Description |
---|---|
PropertyInfo[] | An array of System.Reflection.PropertyInfo objects representing unique properties of the specified type. |