Click or drag to resize
InfoObjectCollectionTInfoObjectInitializer Field
Provides a way how to initialize the object instance based on given data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public Func<DataRow, TInfo> ObjectInitializer

Field Value

Type: FuncDataRow, TInfo
See Also