AVEVA Database .NET Public Interface

DbExpression Members

DbExpression overview

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 Properties

Type Get Expression Type.

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