ITableBasedExpression Interface

Definition

An interface that gives access to an optional 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
type ITableBasedExpression = interface
Public Interface ITableBasedExpression
Derived

Properties

Table

The ITableBase associated with given table source, if any.

Applies to