Exemplo n.º 1
0
        internal bool HasLiveReader(OleDbCommand cmd)
        {
            bool result = false;
            OleDbConnectionInternal openConnection = GetOpenConnection();

            if (null != openConnection)
            {
                result = openConnection.HasLiveReader(cmd);
            }
            return(result);
        }
Exemplo n.º 2
0
        internal bool HasLiveReader(OleDbCommand cmd)
        {
            bool flag = false;
            OleDbConnectionInternal openConnection = this.GetOpenConnection();

            if (openConnection != null)
            {
                flag = openConnection.HasLiveReader(cmd);
            }
            return(flag);
        }