Responder Developer Guide
SelectRange(String,Int32,Int32) Method


Syntax
'Declaration
 
Public Overloads Shared Function SelectRange( _
   ByVal sql As String, _
   ByVal lowerBound As Integer, _
   ByVal upperBound As Integer _
) As DbSql
'Usage
 
Dim sql As String
Dim lowerBound As Integer
Dim upperBound As Integer
Dim value As DbSql
 
value = DbSqlBuilder.SelectRange(sql, lowerBound, upperBound)
public static DbSql SelectRange( 
   string sql,
   int lowerBound,
   int upperBound
)

Parameters

sql
lowerBound
upperBound
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSqlBuilder Class
DbSqlBuilder Members
Overload List

 

 


Send Comment