DBExecutionParameter MethodsDataBaseExecutors
The DBExecutionParameter type exposes the following members.
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone  (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodResetDbType (Overrides DbParameter ResetDbType .)
Public methodToString (Inherited from Object.)
Public methodtransferData
Set each parameters to received DbParameter.
Only the edited(dirtied) parameter is set to received DbParameter (for keeping default value of DbParameter).
When set the parameter, convert value by using adapter.
Back to Top
See Also