Chili.Opf3 Send comments on this topic.
Generic ObjectSet Class Properties
See Also 
Chili.Opf3 Namespace : Generic ObjectSet Class


For a list of all members of this type, see Generic ObjectSet members.

Public Properties

 NameDescription
Public PropertyCapacity Gets or sets the number of elements that the ObjectSet can contain.  
Public PropertyCount Gets the number of elements contained in the ObjectSet.  
Public PropertyDefaultView Returns the default ObjectView for the ObjectSet. This instance may be bound to data-driven controls. When the ObjectSet is bound to a control this instance is used.  
Public PropertyIsReadOnly Gets a value indicating whether the ObjectSet is read-only.  
Public PropertyItem Gets or sets the object at the specified index.  
Top

Protected Properties

 NameDescription
Protected PropertyInnerList Returns the list that is used to store the persistent objects.  
Top

See Also