Click or drag to resize
ObjectRelationshipInfo Constructor (DataRow)
Constructor - Creates a new ObjectRelationshipInfo object from the given DataRow.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.2.23
Syntax
C#
public ObjectRelationshipInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also