Miner.Data.Access Assembly > Miner.Data.Access Namespace > DbSqlBuilder Class > SelectMaxRows Method : SelectMaxRows(String,String,Int64,String[],IDbDataParameter[],Boolean) Method |
'Declaration Public Overloads Shared Function SelectMaxRows( _ ByVal table As String, _ ByVal whereClause As String, _ ByVal upperBound As Long, _ ByVal columns() As String, _ ByVal parameters() As IDbDataParameter, _ Optional ByVal isOracle As Boolean _ ) As DbSql
'Usage Dim table As String Dim whereClause As String Dim upperBound As Long Dim columns() As String Dim parameters() As IDbDataParameter Dim isOracle As Boolean Dim value As DbSql value = DbSqlBuilder.SelectMaxRows(table, whereClause, upperBound, columns, parameters, isOracle)
public static DbSql SelectMaxRows( string table, string whereClause, long upperBound, string[] columns, IDbDataParameter[] parameters, bool isOracle )
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.