ALFA.Database.ACR_SQLExecute C# (CSharp) Метод

ACR_SQLExecute() публичный Метод

This routine performs a synchronous SQL query. If there were pending asynchronous queries in the queue, the pending queries are drained first. The query must not return any results.
public ACR_SQLExecute ( string SQL ) : void
SQL string Supplies the SQL query text to execute.
Результат void
        public void ACR_SQLExecute(string SQL)
        {
            ACR_SQLQuery(SQL);
        }