Click or drag to resize
LLBLGenProODataQueryProviderTLinqMetaDataGetPropertyValue 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 GetPropertyValue(
	Object target,
	ResourceProperty resourceProperty
)

Parameters

target
Type: SystemObject
Instance of the type that declares the open property.
resourceProperty
Type: System.Data.Services.ProvidersResourceProperty
Value for the open property.

Return Value

Type: Object
Value for the property.

Implements

IDataServiceQueryProviderGetPropertyValue(Object, ResourceProperty)
See Also