Define a table and column of data to retrieve

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public void Column(
	string table,
	string columnName
)
Visual Basic
Public Sub Column ( _
	table As String, _
	columnName As String _
)
Visual C++
public:
void Column(
	String^ table, 
	String^ columnName
)

Parameters

table
Type: System..::..String
Table name to retrieve column from
columnName
Type: System..::..String
Column name to retrieve

Return Value

void

See Also