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