A SelectList is a list of Select expressions.

C# | Visual Basic | Visual C++ |
public class SelectList : IObjectList, IQueryNode
Public Class SelectList _ Implements IObjectList, IQueryNode
public ref class SelectList : IObjectList, IQueryNode

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | SelectListSelectListNew()() |
Constructs a new, empty SelectList.
|
![]() | Add(Object) |
Appends a Select object to the end of the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(Int32) |
Gets a Select expression from the SelectList.
|
![]() | GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Int32) |
Removes a Select object from the SelectList.
|
![]() | Size()() |
Returns the number of Select expressions in
this SelectList.
|
![]() | ToString()() |
Returns the string form of this SelectList.
(Overrides Object.ToString()().) |
![]() | ToWire()() |
Returns the wire form of this SelectList.
|
![]() | ValidateSyntax()() |
Validates the syntax of this SelectList.
|

Object | |
![]() | SelectList |