RelatedPropertyCollectionAdd(RelatedTypes, String) Method
Add a
RelatedProperty to the collection and assign it the specified type and value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RelatedProperty Add(
RelatedTypes relatedTypes,
string relation
)
Public Function Add (
relatedTypes As RelatedTypes,
relation As String
) As RelatedProperty
public:
RelatedProperty^ Add(
RelatedTypes relatedTypes,
String^ relation
)
member Add :
relatedTypes : RelatedTypes *
relation : string -> RelatedProperty
- relatedTypes RelatedTypes
- The related types to assign to the new property
- relation String
- The value to assign to the new property
RelatedPropertyReturns the new property that was created and added to the collection