  | DatabaseCreatePreparedAdapter Method (String, IDbConnection, IDbTransaction, Boolean) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static IDbDataAdapter CreatePreparedAdapter(
	string selectSql,
	IDbConnection connection,
	IDbTransaction transaction,
	bool tryFillIdentity
)
Public Shared Function CreatePreparedAdapter ( 
	selectSql As String,
	connection As IDbConnection,
	transaction As IDbTransaction,
	tryFillIdentity As Boolean
) As IDbDataAdapter
Parameters
- selectSql
 - Type: SystemString
 - connection
 - Type: System.DataIDbConnection
 - transaction
 - Type: System.DataIDbTransaction
 - tryFillIdentity
 - Type: SystemBoolean
 
Return Value
Type: 
IDbDataAdapter
See Also