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

DataItem..::..SetColumnValue Method

Sets the column value.

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

Syntax


public void SetColumnValue(
	string columnName,
	string value
)
Public Sub SetColumnValue ( _
	columnName As String, _
	value As String _
)
public:
void SetColumnValue(
	String^ columnName, 
	String^ value
)

Parameters

columnName
Type: String
Name of the column.
value
Type: String
The value.