ObjectSet

ObjectSet class provides a container to hold DataObject, further more it provides some functions to manage DataObject conveniently as follows:

method

description

public IDataObject this[int] { get; }

Indexer, enumerator

public int Add

Add DataObject

public void Insert

Insert DataObject

public void Remove

Remove DataObject

public bool Contains

Whether to contain DataObject

public int IndexOf

Searches appointed DataObject position

public ObjectSet Clone

Clone object set

public void MergeWith

Combine object set

public ObjectSet GetSubSet

Get subset

public IDataObject Find

Find DataObject

public void Sort

Taxis

public int UpdateMatch

Update DataObject in batches

public int DeleteMatch

Delete DataObject in batches

public int RemoveMatch

Remove DataObject in batches

Please refer to NObject Help to get more detail information of ObjectSet class.

Related Topics

NObject Persistence Layer Framework