다음을 통해 공유


RelationalExpressionQuotingUtilities.QuoteTableBase(ITableBase) Method

Definition

Quotes an ITableBase.

public static System.Linq.Expressions.Expression QuoteTableBase (Microsoft.EntityFrameworkCore.Metadata.ITableBase tableBase);
static member QuoteTableBase : Microsoft.EntityFrameworkCore.Metadata.ITableBase -> System.Linq.Expressions.Expression
Public Shared Function QuoteTableBase (tableBase As ITableBase) As Expression

Parameters

tableBase
ITableBase

Returns

Applies to