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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework