  | DatabaseCreatePreparedAdapter Method (IDbCommand, Boolean) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static IDbDataAdapter CreatePreparedAdapter(
	IDbCommand command,
	bool tryFillIdentity
)
Public Shared Function CreatePreparedAdapter ( 
	command As IDbCommand,
	tryFillIdentity As Boolean
) As IDbDataAdapter
Parameters
- command
 - Type: System.DataIDbCommand
 - tryFillIdentity
 - Type: SystemBoolean
 
Return Value
Type: 
IDbDataAdapter
See Also