OracleParameter.ResetOracleType Method

Definition

Resets the type associated with this OracleParameter.

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

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 OracleType properties of the OracleParameter.

Applies to

See also