JsonQueryExpression.BindCollectionElement(SqlExpression) 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.
Binds a collection element access with this JSON query expression to get the SQL representation.
public virtual Microsoft.EntityFrameworkCore.Query.JsonQueryExpression BindCollectionElement (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression collectionIndexExpression);
abstract member BindCollectionElement : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
override this.BindCollectionElement : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
Public Overridable Function BindCollectionElement (collectionIndexExpression As SqlExpression) As JsonQueryExpression
Parameters
- collectionIndexExpression
- SqlExpression
The collection index to bind.
Returns
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.
Entity Framework