Click or drag to resize
InfoDataSet<TInfo>.Items Property
Items in the DataSet

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

Property Value

Type: InfoObjectCollection<TInfo>
See Also