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