Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.