PropertyBagProviderCreatePropertyBag Method (HashSetString) |
Creates the property bag for the object specified in the ctor.
Namespace:
SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax public PropertyBag CreatePropertyBag(
HashSet<string> propertyNames
)
Public Function CreatePropertyBag (
propertyNames As HashSet(Of String)
) As PropertyBag
Parameters
- propertyNames
- Type: System.Collections.GenericHashSetString
The names of the properties to include in the bag. Can be empty, in which case all properties are returned.
Return Value
Type:
PropertyBag
property bag to use with the object specified.
See Also