|
IObjectChangeTrackingConfigurationGetTrackableType Method
|
Gets a trackable type configuration by giving its type
Namespace:
TrackerDog.Configuration
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax ITrackableType GetTrackableType(
Type type
)
Function GetTrackableType (
type As Type
) As ITrackableType
Parameters
- type
- Type: SystemType
The already configured type to be change-trackable
Return Value
Type:
ITrackableTypeSee Also