MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / IdentifierExpressionInfo Class
Members

IdentifierExpressionInfo Class
Represents an identifier in an expression, such as constants or enums.
Object Model
IdentifierExpressionInfo Class
Syntax
'Declaration
 
Public Class IdentifierExpressionInfo 
   Inherits ExpressionInfo
 
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
      GrapeCity.Enterprise.Data.Expressions.IdentifierExpressionInfo

See Also