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

GetValueExpression

It returns the value assignment String for this field.

If the IsNull is set to true then "NULL" String value is returned. If Value is less than DateTimeField.MinimumDate then DateTimeField.MinimumDate value is returned and if Value is greater than DateTimeField.MaximumDate then DateTimeField.MaximumDate value is returned in String format.

Returns:
Type
System.String

Syntax

C# 
public override string GetValueExpression()

Requirements

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

See Also