Related To Property CollectionAdd(Relationship Type, 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: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RelatedToProperty Add(
RelationshipType rType,
string relation
)VB
Public Function Add (
rType As RelationshipType,
relation As String
) As RelatedToPropertyC++
public:
RelatedToProperty^ Add(
RelationshipType rType,
String^ relation
)F#
member Add :
rType : RelationshipType *
relation : string -> RelatedToProperty Parameters
- rType RelationshipType
- The type to assign to the new property
- relation String
- The value to assign to the new property
Return Value
RelatedToPropertyReturns the new property that was created and added to the collection