|
ObjectChangeTrackingExtensionsIsTrackable Method (Object)
|
Determines if a given object is a change-trackable object already
Namespace:
TrackerDog
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public static bool IsTrackable(
this Object some
)
<ExtensionAttribute>
Public Shared Function IsTrackable (
some As Object
) As Boolean
Parameters
- some
- Type: SystemObject
The object to check
Return Value
Type:
Booleantrue if it's change-trackable, false if it's not change-trackable
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also