ExtensionMethods..::..IsValid Method (PrimaryKeyValue)
Returns true if Primary Key Value is valid.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static bool IsValid( this PrimaryKeyValue pkValue )
<ExtensionAttribute> _ Public Shared Function IsValid ( _ pkValue As PrimaryKeyValue _ ) As Boolean
[ExtensionAttribute] public: static bool^ IsValid( PrimaryKeyValue^ pkValue )
Parameters
- pkValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The pk value.