| DatabaseCreateAdapter Method (IDbCommand) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static IDbDataAdapter CreateAdapter(
IDbCommand command
)
Public Shared Function CreateAdapter (
command As IDbCommand
) As IDbDataAdapter
Parameters
- command
- Type: System.DataIDbCommand
Return Value
Type:
IDbDataAdapterSee Also