Alphashack.Graphdat.Agent.SqlQueryHelper.Outliner.IsSqlCommand C# (CSharp) Метод

IsSqlCommand() приватный статический Метод

private static IsSqlCommand ( string token ) : bool
token string
Результат bool
        private static bool IsSqlCommand(string token)
        {
            return true;
        }