UpdateDataStatement Constructor
Initializes a new instance of the UpdateDataStatement class.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public UpdateDataStatement( PrimaryKeyValue primaryKeyValue )
Public Sub New ( _ primaryKeyValue As PrimaryKeyValue _ )
public: UpdateDataStatement( PrimaryKeyValue^ primaryKeyValue )
Parameters
- primaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key value.