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

LookupColumnBase..::..SetValue Method

Sets the value.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public virtual bool SetValue(
	string dbValue
)
Public Overridable Function SetValue ( _
	dbValue As String _
) As Boolean
public:
virtual bool^ SetValue(
	String^ dbValue
)

Parameters

dbValue
Type: String
The database value.

Return Value

true if XXXX, false otherwise.