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