Create a select data adapter

Namespace: Contracts.Databases
Assembly: Contracts (in Contracts.dll)

Function CreateSelectAdapter( _ 
ByVal sel_command As IDBCommand
) As IDataAdapter
This language is not supported or no code example is available.
IDataAdapter CreateSelectAdapter( 
IDBCommand sel_command 
)
This language is not supported or no code example is available.
 
IDataAdapter^ CreateSelectAdapter( 
IDBCommand^ sel_command 
)
This language is not supported or no code example is available.
function CreateSelectAdapter( 
sel_command : IDBCommand 
) : IDataAdapter;
This language is not supported or no code example is available.

Parameters

sel_command
Type: IDBCommand

<default>

Return Value

Type: IDataAdapter

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1