QuickObjects.ObjectBase Send comments on this topic.
SetSaveFields Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : SetSaveFields Method
fields
An array of IField objects.
SetSaveFields - this method provides a quick way to set multiple Fields UseInSave property to True.

This method will set all other Fields to UseInSave = False and all passed in field's UseInSave = true.

Syntax

C# 
public void SetSaveFields( 
   params IField[] fields
)

Parameters

fields
An array of IField objects.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also