Click or drag to resize

LLBLGenProODataQueryProvider<TLinqMetaData>.GetOpenPropertyValue 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.5.0.0 (5.5.18.1019)
Syntax
public Object GetOpenPropertyValue(
	Object target,
	string propertyName
)

Parameters

target
Type: System.Object
Instance of the type that declares the open property.
propertyName
Type: System.String
Name of the open property.

Return Value

Type: Object
The value of the open property.

Implements

IDataServiceQueryProvider.GetOpenPropertyValue(Object, String)
See Also