Share via


FromSqlExpression.Table Property

Definition

The ITableBase associated with given table source if any, null otherwise.

[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Metadata.ITableBase? Table { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.ITableBase? Table { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Table : Microsoft.EntityFrameworkCore.Metadata.ITableBase
member this.Table : Microsoft.EntityFrameworkCore.Metadata.ITableBase
Public Overridable ReadOnly Property Table As ITableBase

Property Value

Implements

Attributes

Applies to