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

DataItem..::..GetColumnValue Method

Gets the column value.

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

Syntax


public string GetColumnValue(
	string columnName
)
Public Function GetColumnValue ( _
	columnName As String _
) As String
public:
String^ GetColumnValue(
	String^ columnName
)

Parameters

columnName
Type: String
Name of the column.

Return Value

System.String.