QuickObjects.DBLibrary Send comments on this topic.
ErrorString Property
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class : ErrorString Property

ErrorString

Holds a String value. This value is used to store the errors that were encountered while working with any of the database objects.


myErrLabel.Text = this.ErrorString;

Syntax

C# 
public virtual string ErrorString {get; set;}

Requirements

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

See Also