QuickObjects.ObjectBase Send comments on this topic.
SetSqlParamType Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : SetSqlParamType Method
param
SetSqlParamType sets the DbType property with appropriate type for each field.

Syntax

C# 
virtual void SetSqlParamType( 
   IDataParameter param
)

Parameters

param

Requirements

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

See Also