| 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
)
Public Shared Function CreatePreparedAdapter (
command As IDbCommand,
tryFillIdentity As Boolean
) As IDbDataAdapter
Parameters
- command
- Type: System.DataIDbCommand
- tryFillIdentity
- Type: SystemBoolean
Return Value
Type:
IDbDataAdapterSee Also