ALFA.MySQLDatabase.ACR_SQLGetData C# (CSharp) Метод

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

This routine returns the specified column of data from the current SQL rowset.
public ACR_SQLGetData ( int ColumnIndex ) : string
ColumnIndex int Supplies the zero-based column index to /// retrieve.
Результат string
        public string ACR_SQLGetData(int ColumnIndex)
        {
            return Implementation.ACR_SQLGetData(ColumnIndex);
        }

Same methods

MySQLDatabase::ACR_SQLGetData ( ) : string