ALFA.MySQLDatabase.ACR_SQLQuery C# (CSharp) Method

ACR_SQLQuery() public method

This routine performs a synchronous SQL query. If there were pending asynchronous queries in the queue, the pending queries are drained first.
public ACR_SQLQuery ( string SQL ) : void
SQL string Supplies the SQL query text to execute.
return void
        public void ACR_SQLQuery(string SQL)
        {
            Implementation.ACR_SQLQuery(SQL);
        }