QuickObjects.ObjectBase Send comments on this topic.
SetSqlParamType Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > DecimalField Class : SetSqlParamType Method
param

SetSqlParamType

Sets the DbType property of the database parameter with DbType.Decimal.

Parameters:
Description
param

Syntax

C# 
public override void SetSqlParamType( 
   IDataParameter param
)

Parameters

param

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also