NOTE: Formatting can be specified by using {0} and {1} place holders inside the string.
The following place holders can be used:
{0} will be replaced with the field's name or alias [GetResultSetName() method]
{1} will be replaced with the business object's name or alias [GetResultSetName() method].
{2} will be replaced with the actual value of the field.
{3} will be replaced with minimum value.
{4} will be replaced with maximum value.
{5} will be replaced with MinimumValueField's name or alias.
{6} will be replaced with MaximumValueField's name or alias.
| C# | |
|---|---|
public override string CustomErrorMessage {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0