DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class / GetTokenType Method

In This Topic
    GetTokenType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTokenType( _
       ByVal tokenName As String _
    ) As Integer
    public virtual int GetTokenType( 
       string tokenName
    )

    Parameters

    tokenName
    See Also