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

UpdateDataStatement Constructor

Initializes a new instance of the UpdateDataStatement class.

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