dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SelectStatementToken Class
Members

In This Topic
    SelectStatementToken Class
    In This Topic
    Represents a SELECT statement token.
    Syntax
    'Declaration
     
    Public Class SelectStatementToken 
       Inherits Devart.Common.SelectStatementNode
    public class SelectStatementToken : Devart.Common.SelectStatementNode 
    Inheritance Hierarchy

    System.Object
       Devart.Common.SelectStatementNode
          Devart.Data.SqlServer.SelectStatementToken
             Devart.Data.SqlServer.SelectStatementClause

    See Also