Arma2NETMySQLPlugin.SQL.RunCommand C# (CSharp) 메소드

RunCommand() 공개 추상적인 메소드

public abstract RunCommand ( string sql_command, int maxResultSize ) : IEnumerable
sql_command string
maxResultSize int
리턴 IEnumerable
        public abstract IEnumerable<string[][]> RunCommand(string sql_command, int maxResultSize);