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
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