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