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

SelectColumn..::..ColumnName Property

Gets the name of the column.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string ColumnName { get; set; }
Public Property ColumnName As String
	Get
	Set
public:
property String^ ColumnName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the column.