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

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

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.
Результат void
        public void ACR_SQLQuery(string SQL)
        {
            DemandInitialize();

            ACR_SQLQuery_Method.Invoke(DBLibraryScript, new object[] { SQL });
        }