DataSourceSetting Class Methods
In this section, the DataSourceSetting class methods are presented in alphabetical order.
Syntax
clone()
Description
Use this method to make a copy of this DataSourceSetting object.
Parameters
None.
Returns
A DataSourceSetting object exactly matching the current object.
Syntax
equals(&Object)
Description
Use this method to evaluate the equivalency of an object with the current data source setting. Equivalency is established based on the value of two properties: the object's ID and the ObjectType.
Parameters
| 
 Field or Control  | 
 Definition  | 
|---|---|
| &Object | 
 Specifies the object to be compared to the current DataSourceSetting object.  | 
Returns
A Boolean value: True if the items are equivalent, False otherwise.
Syntax
setRangeFromFieldTranslates(FieldName)
Description
Use this method to auto-populate the range values based on the valid translate values for the field.
Parameters
| 
 Field or Control  | 
 Definition  | 
|---|---|
| FieldName | 
 Specifies the name of the field as a string.  | 
Returns
None.