Click or drag to resize

DatabaseCreatePreparedAdapter Method (String, IDbConnection, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static IDbDataAdapter CreatePreparedAdapter(
	string selectSql,
	IDbConnection connection,
	bool tryFillIdentity
)

Parameters

selectSql
Type: SystemString
connection
Type: System.DataIDbConnection
tryFillIdentity
Type: SystemBoolean

Return Value

Type: IDbDataAdapter
See Also