SelectNode Constructors
A node that provides data with a SELECT query.Name | Parameters | Description |
---|---|---|
SelectNode() | none | Initializes a new SelectNode instance with the default settings. |
SelectNode(IJoinNode) | root | Initializes a new SelectNode instance with the specified root. |
See Also