Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public DbDataAdapter SelectQuery Select(
IDbCommand cmd
)
public DbDataAdapter..::..SelectQuery Select(
IDbCommand cmd
)
Public Function Select (
cmd As IDbCommand
) As DbDataAdapter SelectQuery
Public Function Select (
cmd As IDbCommand
) As DbDataAdapter..::..SelectQuery
public:
DbDataAdapter SelectQuery^ Select(
IDbCommand^ cmd
)
public:
DbDataAdapter..::..SelectQuery^ Select(
IDbCommand^ cmd
)
member Select :
cmd : IDbCommand -> DbDataAdapter SelectQuery
member Select :
cmd : IDbCommand -> DbDataAdapter..::..SelectQuery
Return Value
Type:
DbDataAdapter SelectQueryprepared select query
This method allows to execute custom SQL command and map results like for usual SELECT command.