QuickObjects.ObjectBase Send comments on this topic.
AssignValueToParam(QueryTypes) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface > AssignValueToParam Method : AssignValueToParam(QueryTypes) Method
queryType
AssignValueToParam will assign the Value object to the SqlParam.Value

Syntax

C# 
virtual void AssignValueToParam( 
   QueryTypes queryType
)

Parameters

queryType

Requirements

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

See Also