EntitySqlParser.ParseLambda(String, DbVariableReferenceExpression[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parse a specific query
with a specific set variables
and produce a DbLambda.
public:
System::Data::Common::CommandTrees::DbLambda ^ ParseLambda(System::String ^ query, ... cli::array <System::Data::Common::CommandTrees::DbVariableReferenceExpression ^> ^ variables);
public System.Data.Common.CommandTrees.DbLambda ParseLambda (string query, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables);
member this.ParseLambda : string * System.Data.Common.CommandTrees.DbVariableReferenceExpression[] -> System.Data.Common.CommandTrees.DbLambda
Public Function ParseLambda (query As String, ParamArray variables As DbVariableReferenceExpression()) As DbLambda
Parameters
- query
- String
The query to be parsed.
- variables
- DbVariableReferenceExpression[]
The optional query variables.
Returns
The ParseResult containing DbCommandTree and information describing inline function definitions if any.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.