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

LookupCustomContentColumn..::..SetValue Method

Sets the value.

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

Syntax


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

Parameters

dbValue
Type: String
The database value.

Return Value

true if XXXX, false otherwise.