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

DataColumnMaps..::..GetVisibleColumnName Method

Gets the name of the visible column.

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

Syntax


public string GetVisibleColumnName(
	string dataColumnName
)
Public Function GetVisibleColumnName ( _
	dataColumnName As String _
) As String
public:
String^ GetVisibleColumnName(
	String^ dataColumnName
)

Parameters

dataColumnName
Type: String
Name of the data column.

Return Value

System.String.