GetModel(DataConnectionParametersBase, SelectQuery, Int32)
static
|
connectionParameters, tableQuery, commandTimeout
|
Returns the Query Builder model with the specified connection parameters and SELECT query.
|
GetModel(DataConnectionParametersBase, SelectQuery)
static
|
connectionParameters, tableQuery
|
Returns the Query Builder model with the specified connection parameters and SELECT query.
|
GetModel(DataConnectionParametersBase, Int32)
static
|
connectionParameters, commandTimeout
|
Returns the Query Builder model with the specified connection parameters and query execution timeout.
|
GetModel(DataConnectionParametersBase)
static
|
connectionParameters
|
Returns the Query Builder model with the specified connection parameters.
|
GetModel(String, SelectQuery, Int32)
static
|
connectionName, tableQuery, commandTimeout
|
Returns the Query Builder model with the specified connection parameters, SELECT query and execution timeout.
|
GetModel(String, SelectQuery)
static
|
connectionName, tableQuery
|
Returns the Query Builder model with the specified connection name and SELECT query.
|
GetModel(String, Int32)
static
|
connectionName, commandTimeout
|
Returns the Query Builder model with the specified connection name and query execution timeout.
|
GetModel(String)
static
|
connectionName
|
Returns the Query Builder model with the specified connection name.
|