Alphashack.Graphdat.Agent.SqlQueryHelper.Outliner.IsSqlCommand C# (CSharp) Method

IsSqlCommand() private static method

private static IsSqlCommand ( string token ) : bool
token string
return bool
        private static bool IsSqlCommand(string token)
        {
            return true;
        }