QuickObjects.ObjectBase Send comments on this topic.
ErrorString Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : ErrorString Property
ErrorString

Holds a String value. This value is used to store information about any error that might have occured while business object performed any database operations.

Syntax

C# 
virtual string ErrorString {get; set;}

Requirements

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

See Also