ADOUtils.DisconnectedDataRecord.this C# (CSharp) Method

this() private method

private this ( int i ) : objectIDataRecord.System
i int
return objectIDataRecord.System
        object IDataRecord.this[int i]
        {
            get { throw new NotImplementedException(); }
        }

Same methods

DisconnectedDataRecord::this ( string name ) : objectIDataRecord.System