SqlNullabilityProcessor.IsCollectionTable 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.
A provider hook for identifying a TableExpressionBase which represents a collection, e.g. OPENJSON on SQL Server.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual bool IsCollectionTable(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table, out System.Linq.Expressions.Expression? collection);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member IsCollectionTable : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase * Expression -> bool
override this.IsCollectionTable : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase * Expression -> bool
Protected Overridable Function IsCollectionTable (table As TableExpressionBase, ByRef collection As Expression) As Boolean
Parameters
- table
- TableExpressionBase
- collection
- Expression
Returns
- Attributes
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework