Click or drag to resize

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
)

Parameters

some
Type: SystemType
A collection type

Return Value

Type: Boolean
true if it can be tracked, false if it cannot be tracked
See Also