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 the minimum required length (only application to StringField).
{4} will be replaced with the maximum possible length (only application to StringField).
| C# | |
|---|---|
public virtual string CustomErrorMessage {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0