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