DevForce Help Reference
PassthruEsqlQuery Constructor(Type,ParameterizedEsql)


The entity type that this query will return
A parameterized Entity SQL statement
Initializes a new instance of the PassthruEsqlQuery class with an Entity SQL statement.
Syntax
'Declaration
 
Public Function New( _
   ByVal returnType As Type, _
   ByVal parameterizedEsql As ParameterizedEsql _
)
'Usage
 
Dim returnType As Type
Dim parameterizedEsql As ParameterizedEsql
 
Dim instance As New PassthruEsqlQuery(returnType, parameterizedEsql)
public PassthruEsqlQuery( 
   Type returnType,
   ParameterizedEsql parameterizedEsql
)

Parameters

returnType
The entity type that this query will return
parameterizedEsql
A parameterized Entity SQL statement
Remarks
Note: Use one of the constructor overloads that takes a queryableType parameter whenever the returnType does not inherit from Entity.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PassthruEsqlQuery Class
PassthruEsqlQuery Members
Overload List

Send Feedback