TableExpressionExtensions Class

Definition

Type extension methods for TableExpressionBase and related types.

public static class TableExpressionExtensions
type TableExpressionExtensions = class
Public Module TableExpressionExtensions
Inheritance
TableExpressionExtensions

Methods

UnwrapJoin(TableExpressionBase)

If the given table is a JoinExpressionBase, returns the table it joins to. Otherwise, returns table.

Applies to