GetValueExpression
It returns the value assignment String for this field.
If the IsNull is set to true then "NULL" String value is returned. If however UseTextValue is true then TrueText or FalseText value is returned depending on weather Value is set to true or false. Otherwise "1" is returned if Value is true or "0" if Value is false.
Returns:
| Type | |
|---|---|
| System.String |
| C# | |
|---|---|
public override string GetValueExpression() | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0