AVEVA Database .NET Public Interface

DbExpression Methods

The methods of the DbExpression class are listed below. For a complete list of DbExpression class members, see the DbExpression Members topic.

Public Static Methods

CreateExpression Create expression from internal integer array format
Parse Create Expression by parsing expression text. The text may be any PML1 expression. e.g. (XLEN + 10)

Public Instance Methods

Clone Create and returns a copy of the Expression.
Equals Compare two expressions
GetHashCode Returns hash code for Expression.
GetStack Get internal integer array format from the Expression.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Gets textual representation of Expression.

See Also

DbExpression Class | Aveva.Pdms.Database Namespace