QuickObjects.ObjectBase Send comments on this topic.
AssignValueToParam Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > DateTimeField Class : AssignValueToParam Method

AssignValueToParam

Assigns the Value of this field into the database parameter passed in. If the TranslateTimeZones is true then Value is converted to Utc time before being assigned to the parameter object.

Parameters:
Description
queryType
param

Overload List

OverloadDescription
AssignValueToParam(QueryTypes,IDataParameter)AssignValueToParam

Assigns the Value of this field into the database parameter passed in. If the TranslateTimeZones is true then Value is converted to Utc time before being assigned to the parameter object.

Parameters:
Description
queryType
param
 

AssignValueToParam(QueryTypes)AssignValueToParam

It assigns currently stored values to database parameter object in SqlParam.

Parameters:
Description
queryType
(Inherited from BaseField)

Requirements

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

See Also