|
IObjectChangeTrackingConfigurationCanTrackType Method
|
Given an arbitrary type, returns if it is an already configured trackable type
Namespace:
TrackerDog.Configuration
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax bool CanTrackType(
Type someType
)
Function CanTrackType (
someType As Type
) As Boolean
Parameters
- someType
- Type: SystemType
The type to check
Return Value
Type:
Booleantrue if it is trackable, false if it is not trackable
See Also