Related Property CollectionAdd(Related Types, String) Method
Add a RelatedProperty 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 RelatedProperty Add(
RelatedTypes relatedTypes,
string relation
)VB
Public Function Add (
relatedTypes As RelatedTypes,
relation As String
) As RelatedPropertyC++
public:
RelatedProperty^ Add(
RelatedTypes relatedTypes,
String^ relation
)F#
member Add :
relatedTypes : RelatedTypes *
relation : string -> RelatedProperty Parameters
- relatedTypes RelatedTypes
- The related types to assign to the new property
- relation String
- The value to assign to the new property
Return Value
RelatedPropertyReturns the new property that was created and added to the collection