OleDbParameter.ResetOleDbType Method

Definition

Resets the type associated with this OleDbParameter.

public:
 void ResetOleDbType();
public void ResetOleDbType ();
member this.ResetOleDbType : unit -> unit
Public Sub ResetOleDbType ()

Remarks

When executing a command that includes parameter values, code can either set the type of a parameter explicitly, or the parameter can infer its type from its value. Calling this method resets the parameter so that it can again infer its type from the value passed in the parameter. Calling this method affects both the DbType and OleDbType properties of the OleDbParameter.

Applies to

See also