RelatedToPropertyCollectionAdd(RelationshipType, String) Method
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RelatedToProperty Add(
RelationshipType rType,
string relation
)
Public Function Add (
rType As RelationshipType,
relation As String
) As RelatedToProperty
public:
RelatedToProperty^ Add(
RelationshipType rType,
String^ relation
)
member Add :
rType : RelationshipType *
relation : string -> RelatedToProperty
- rType RelationshipType
- The type to assign to the new property
- relation String
- The value to assign to the new property
RelatedToPropertyReturns the new property that was created and added to the collection