RDate Property CollectionAdd(Period) Method
Add an RDateProperty to the collection and assign it the specified period 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 RDateProperty Add(
Period p
)VB
Public Function Add (
p As Period
) As RDatePropertyC++
public:
RDateProperty^ Add(
Period^ p
)F#
member Add :
p : Period -> RDateProperty Parameters
- p Period
- The period value to assign to the new property
Return Value
RDatePropertyReturns the new property that was created and added to the collection