Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Delta.TryGetMember Method (GetMemberBinder, Object)

 

Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Public Overrides Function TryGetMember (
	binder As GetMemberBinder,
	<OutAttribute> ByRef result As Object
) As Boolean

Parameters

binder
Type: System.Dynamic.GetMemberBinder

result
Type: System.Object

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: