Click or drag to resize

LLBLGenProODataQueryProvider<TLinqMetaData>.GetPropertyValue 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.4.0.0 (5.4.0)
Syntax
public Object GetPropertyValue(
	Object target,
	ResourceProperty resourceProperty
)

Parameters

target
Type: System.Object
Instance of the type that declares the open property.
resourceProperty
Type: System.Data.Services.Providers.ResourceProperty
Value for the open property.

Return Value

Type: Object
Value for the property.

Implements

IDataServiceQueryProvider.GetPropertyValue(Object, ResourceProperty)
See Also