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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework