Click or drag to resize
InfoObjectCollectionTInfo  Conversion (InfoObjectCollectionTInfo to DataSet)
Implicit operator for conversion from ObjectCollection class to DataSet

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static implicit operator DataSet (
	InfoObjectCollection<TInfo> col
)

Parameters

col
Type: CMS.DataEngineInfoObjectCollectionTInfo
Collection

Return Value

Type: DataSet
See Also