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
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.
Entity Framework