Azavea.Open.DAO.Memory.MemoryDataReader.GetValues C# (CSharp) Method

GetValues() public method

Gets all the attribute fields in the collection for the current record.
public GetValues ( object values ) : int
values object An array of to copy the attribute fields into.
return int
        public override int GetValues(object[] values)
        {
            throw new NotImplementedException("Not needed at this time.");
        }