TargetUpdateSavedQuery.SavedQuery Field
Specifies the savedquery entity.
Syntax
[Visual Basic .NET]
Public Field SavedQuery As savedquery
[C#]
public savedquery SavedQuery;
[JScript]
public var SavedQuery : savedquery;
Remarks
To update fields in a saved query, create an instance of the savedquery class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also