PrimaryKeyValue..::..CopyFromPrimaryKeyValue Method
Copies from primary key value.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public void CopyFromPrimaryKeyValue( PrimaryKeyValue sourcePrimaryKeyValue )
Public Sub CopyFromPrimaryKeyValue ( _ sourcePrimaryKeyValue As PrimaryKeyValue _ )
public: void CopyFromPrimaryKeyValue( PrimaryKeyValue^ sourcePrimaryKeyValue )
Parameters
- sourcePrimaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The source primary key value.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Source Table Definition does not match this Table Definition |