SqlCeParameter.ResetDbType Method

Resets the type associated with this SqlCeParameter.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Sub ResetDbType
'Usage
Dim instance As SqlCeParameter

instance.ResetDbType()
public override void ResetDbType()
public:
virtual void ResetDbType() override
abstract ResetDbType : unit -> unit 
override ResetDbType : unit -> unit 
public override function ResetDbType()

Remarks

The ResetDbType method resets the DbType property to the default type based on its value.

Calling this method affects both the DbType and SqlDbType properties of the SqlCeParameter.

See Also

Reference

SqlCeParameter Class

System.Data.SqlServerCe Namespace