LLBLGenProODataQueryProviderTLinqMetaDataGetOpenPropertyValues Method |
Gets the name and values of all the properties that are defined in the given instance of an open type.
Namespace:
SD.LLBLGen.Pro.ODataSupportClasses
Assembly:
SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.6.0.0 (5.6.3)
Syntax public IEnumerable<KeyValuePair<string, Object>> GetOpenPropertyValues(
Object target
)
Public Function GetOpenPropertyValues (
target As Object
) As IEnumerable(Of KeyValuePair(Of String, Object))
Parameters
- target
- Type: SystemObject
Instance of the type that declares the open property.
Return Value
Type:
IEnumerableKeyValuePairString,
Object
A collection of name and values of all the open properties.
See Also