ExistsExpression

Overview

This class is used internally by DA Linq to represent exists clauses in Linq queries to Data Abstract services. Normally, you will never have to create instances of this class manually, as this is done by Data Abstract's Linq infrastructure.

For internal use only.

Location

Instance Methods


constructor

 

constructor(select: SelectExpression)

 

ExistsExpression(SelectExpression select)

 

Sub New(select As SelectExpression)

Parameters:

  • select: