Click or drag to resize
RelationshipNameInfo Constructor (DataRow)
Constructor, creates an empty RelationshipNameInfo object from the given DataRow data.

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

Parameters

dr
Type: System.DataDataRow
Datarow with the class info data
See Also