Define a table and column of data to retrieve and assign an alias for the results
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public void Column( string table, string columnName, string asName ) |
Visual Basic |
---|
Public Sub Column ( _ table As String, _ columnName As String, _ asName As String _ ) |
Visual C++ |
---|
public: void Column( String^ table, String^ columnName, String^ asName ) |
Parameters
- table
- Type: System..::..String
Table name to retrieve column from
- columnName
- Type: System..::..String
Column name to retrieve
- asName
- Type: System..::..String
Alias name for column