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 |
| C# | |
|---|---|
public override string GetValueExpression() | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0