Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IEnumerable<KeyValuePair<string, Object>> GetOpenPropertyValues(
	Object target
)

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.

Implements

IDataServiceQueryProviderGetOpenPropertyValues(Object)
See Also