Table of Contents

Interface ITableBasedExpression

Namespace
Microsoft.EntityFrameworkCore.Query.SqlExpressions
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

An interface that gives access to ITableBase associated with given table source.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public interface ITableBasedExpression

Properties

Table

The ITableBase associated with given table source.

ITableBase Table { get; }

Property Value

ITableBase