RelatedToPropertyCollectionAdd(RelationshipType, String) Method

Add a RelatedToProperty to the collection and assign it the specified type and value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RelatedToProperty Add(
	RelationshipType rType,
	string relation
)

Parameters

rType  RelationshipType
The type to assign to the new property
relation  String
The value to assign to the new property

Return Value

RelatedToProperty
Returns the new property that was created and added to the collection

See Also