C# Class WindowsAzure.Table.Queryable.Expressions.Methods.WhereTranslator

LINQ Where method translator.
Inheritance: IMethodTranslator
Mostra file Open project: dtretyakov/WindowsAzure Class Usage Examples

Public Methods

Method Description
Translate ( MethodCallExpression method, ITranslationResult result ) : void
WhereTranslator ( string>.IDictionary nameChanges ) : System

Method Details

Translate() public method

public Translate ( MethodCallExpression method, ITranslationResult result ) : void
method System.Linq.Expressions.MethodCallExpression
result ITranslationResult
return void

WhereTranslator() public method

public WhereTranslator ( string>.IDictionary nameChanges ) : System
nameChanges string>.IDictionary
return System