ProviderElementExpression Properties

The ProviderElementExpression type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the data type for the expression result.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElements
Gets the ConnectorElement objects used by the expression statement.
Public propertyFormat
Gets the statement format.
(Inherited from ExpressionDescriptor.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsAggregated
Gets or sets a value indicating whether the expression contains aggregator function(s).
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyParameters
Gets the expression parameters.
(Inherited from ExpressionDescriptor.)
Public propertyPlaceholders
Gets the expression parameter placeholders.
(Inherited from ExpressionDescriptor.)
Public propertyStatement
Gets or sets the expression statement.
(Inherited from ExpressionDescriptor.)
Top
See Also