Click or drag to resize

DatabaseCreatePreparedAdapter Method (IDbCommand, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static IDbDataAdapter CreatePreparedAdapter(
	IDbCommand command,
	bool tryFillIdentity
)

Parameters

command
Type: System.DataIDbCommand
tryFillIdentity
Type: SystemBoolean

Return Value

Type: IDbDataAdapter
See Also