ResetDbType method

This method is not supported in UltraLite.NET.

Syntax
Visual Basic

Public Overrides Sub ResetDbType()
C#

public override void ResetDbType();
Remarks

In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

See also