Click or drag to resize
ObjectDataSetTObjectItems Property
Items in the DataSet

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ObjectCollection<TObject> Items { get; protected set; }

Property Value

Type: ObjectCollectionTObject
See Also