Search these areas:
Help
Support Forums
Product Info



Introduction
DataWeb: What's New
Creating an Application
The DataWeb Designer
Application Management
Data Tables
Data Tables
Views
Templates
Components
Data Analysis
Members
Security
Importing
Exporting
FTP
JavaScript
Object Model
JavaScript Objects
General Scripting Objects
Data Access Objects
cmdDelete Object
cmdInsert Object
cmdSelect Object
cmdUpdate Object
-execute
-getFields
-getFilter
-getTablename
-setFields
-setFilter
Data Access Method Arguments
Field Object
Fields Collection
Index Object
Indexes Collection
previous Object
record Object
Resultset Object
Table Object
Tables Collection
TextImporter Object
Settings Object
View Object
Web Object
File Access Objects
Http Client Objects
Security and Membership Objects
Document Object Model (DOM)
Error Descriptions
Object Model Extensions
Full-Text Search
Domain and Email Hosting
HotBlock Modules
Account Management
Glossary
New Responsive UI Module





DataWeb Help
Support Forums
Tutorial
Script Library
Knowledge Base

Home > Support

DataWeb User's Guide

cmdUpdate.getFilter()
Syntax

cmdUpdate.getFilter()

Returns

The cmdUpdate object's filter as set by the setFilter() method.

Description

The filter specifies a subset of a table. The filter can be an object, object literal, or a URL filter syntax string. The getFilter() method returns what the filter of the Update object has been set to using setFilter().

Example
   var upd = new cmdUpdate("AddressBook");
   upd.setFilter("LastName='Smith' AND FirstName='Mary'");
   response.write("upd.getFilter() returns: "
      + upd.getFilter());
Output:
   upd.getFilter() returns: LastName='Smith' AND FirstName='Mary'
Related Topics

cmdUpdate Object, cmdUpdate.setFilter(), cmdUpdate.execute()
Affiliate | Partner | Terms of Use | Privacy Policy | Contact Us | Pricing | Bring DataWeb In-House    
Email Us