Initializes a new instance of the QSource with the specified source name and alias
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public QTable(
string tableName,
string alias
)
public QTable(
string tableName,
string alias
)
Public Sub New (
tableName As String,
alias As String
)
Public Sub New (
tableName As String,
alias As String
)
public:
QTable(
String^ tableName,
String^ alias
)
public:
QTable(
String^ tableName,
String^ alias
)
new :
tableName : string *
alias : string -> QTable
new :
tableName : string *
alias : string -> QTable