[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a single item in a SELECT-clause, with a name assigned
either by the engine or by the user specifying an "as" tag name.
The following tables list the members exposed by the SelectExprElementNamedSpec type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | SelectExprElementNamedSpecNew | Ctor. |
Public Properties
Name | Description | |
---|---|---|
![]() | AssignedName | Returns the name of the item in the select clause. |
![]() | SelectExpression | Returns the expression node representing the item in the select clause. |