|
ICollectionChangeTrackingConfigurationCanTrack Method
|
Determines if a given type is a collection that has been configured to track its changes
Namespace:
TrackerDog.Configuration
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax bool CanTrack(
Type some
)
Function CanTrack (
some As Type
) As Boolean
Parameters
- some
- Type: SystemType
A collection type
Return Value
Type:
Booleantrue if it can be tracked, false if it cannot be tracked
See Also