DbExpressionBuilder.GroupBind(DbExpression) 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.
Creates a new group expression binding that uses generated variable and group variable names to bind the given expression.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbGroupExpressionBinding ^ GroupBind(System::Data::Common::CommandTrees::DbExpression ^ input);
public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBind (this System.Data.Common.CommandTrees.DbExpression input);
static member GroupBind : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbGroupExpressionBinding
<Extension()>
Public Function GroupBind (input As DbExpression) As DbGroupExpressionBinding
Parameters
- input
- DbExpression
The expression to bind.
Returns
A new group expression binding with the specified expression and a generated variable name and group variable name.
Exceptions
input
is null.
input
does not have a collection result type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.