Click or drag to resize
LLBLGenProODataQueryProviderTLinqMetaDataGetOpenPropertyValue Method
Gets the value of the open property.

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 Object GetOpenPropertyValue(
	Object target,
	string propertyName
)

Parameters

target
Type: SystemObject
Instance of the type that declares the open property.
propertyName
Type: SystemString
Name of the open property.

Return Value

Type: Object
The value of the open property.

Implements

IDataServiceQueryProviderGetOpenPropertyValue(Object, String)
See Also