EntityFrameworkDataServiceProvider.GetOpenPropertyValue Method
Get the value of the open property.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Overridable Function GetOpenPropertyValue ( _
target As Object, _
propertyName As String _
) As Object
'Usage
Dim instance As EntityFrameworkDataServiceProvider
Dim target As Object
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetOpenPropertyValue(target, _
propertyName)
public virtual Object GetOpenPropertyValue(
Object target,
string propertyName
)
public:
virtual Object^ GetOpenPropertyValue(
Object^ target,
String^ propertyName
)
abstract GetOpenPropertyValue :
target:Object *
propertyName:string -> Object
override GetOpenPropertyValue :
target:Object *
propertyName:string -> Object
public function GetOpenPropertyValue(
target : Object,
propertyName : String
) : Object
Parameters
- target
Type: System.Object
instance of the type declaring the open property.
- propertyName
Type: System.String
name of the open property.
Return Value
Type: System.Object
value for the open property.
Implements
IDataServiceQueryProvider.GetOpenPropertyValue(Object, String)