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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.