DevForce Help Reference
PassthruEsqlQuery Constructor(Type,Type,String)


The type that this query will return
The entity type to be queried
The Entity SQL string to execute
Initializes a new instance of the PassthruEsqlQuery class with an Entity SQL statement.
Syntax
'Declaration
 
Public Function New( _
   ByVal returnType As Type, _
   ByVal queryableType As Type, _
   ByVal esql As String _
)
'Usage
 
Dim returnType As Type
Dim queryableType As Type
Dim esql As String
 
Dim instance As New PassthruEsqlQuery(returnType, queryableType, esql)
public PassthruEsqlQuery( 
   Type returnType,
   Type queryableType,
   string esql
)

Parameters

returnType
The type that this query will return
queryableType
The entity type to be queried
esql
The Entity SQL string to execute
Remarks
Use this constructor when the returnType is not an 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