UrlExpressionVisitor.VisitMethodCall Method (MethodCallExpression)

 

Visits method calls like Contains, StartsWith, etc. Methods that are not supported will throw an exception.

Namespace:   Microsoft.WindowsAzure.Common.OData
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

protected virtual Expression VisitMethodCall(
	MethodCallExpression node
)

Parameters

node
Type: System.Linq.Expressions.MethodCallExpression

Node to visit.

Return Value

Type: System.Linq.Expressions.Expression

Original node.

Return to top
Show: