Click or drag to resize
DataClassInfoBase<TInfo> Constructor (ObjectTypeInfo, DataRow)
Constructor - Creates a new ClassInfo object from the given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected DataClassInfoBase(
	ObjectTypeInfo typeInfo,
	DataRow dr
)

Parameters

typeInfo
Type: CMS.DataEngine.ObjectTypeInfo
Type info
dr
Type: System.Data.DataRow
DataRow with the object data
See Also