RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..IsValid Method (PrimaryKeyValue)

Returns true if Primary Key Value is valid.

Namespace:  RingSoft.DbLookup
Assembly:  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.

Return Value

true if the specified pk value is valid; otherwise, false.