QuickObjects.DBLibrary Send comments on this topic.
SetSqlParamType Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : SetSqlParamType Method
param
sqlType
SetSqlParamType - This method can be used to set the appropriate DBType property of the parameter.

Syntax

C# 
public void SetSqlParamType( 
   IDataParameter param,
   string sqlType
)

Parameters

param
sqlType

Requirements

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

See Also