DevForce Help Reference
PassthruEsqlQuery Constructor(Type,String)


The entity type that this query will return
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 esql As String _
)
'Usage
 
Dim returnType As Type
Dim esql As String
 
Dim instance As New PassthruEsqlQuery(returnType, esql)
public PassthruEsqlQuery( 
   Type returnType,
   string esql
)

Parameters

returnType
The entity type that this query will return
esql
The Entity SQL string to execute
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