Share via


TableValuedFunctionExpression.ITableBasedExpression.Table Property

Definition

The ITableBase associated with given table source, if any.

[System.Runtime.CompilerServices.Nullable(2)]
Microsoft.EntityFrameworkCore.Metadata.ITableBase? Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression.Table { get; }
Microsoft.EntityFrameworkCore.Metadata.ITableBase Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression.Table { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression.Table : Microsoft.EntityFrameworkCore.Metadata.ITableBase
member this.Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression.Table : Microsoft.EntityFrameworkCore.Metadata.ITableBase
 ReadOnly Property Table As ITableBase Implements ITableBasedExpression.Table

Property Value

Implements

Attributes

Applies to