| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| standardRange | isefinStandardRange | The Standard Range. | ||
| overrideName | String | Optional | The Overriding Name. If unspecified then the Parameter's Name will be a String representation of standardRange i.e. standardRange.ToString(). | |
| overrideDisplayCaption | String | Optional | The Overriding Display Caption. If unspecified, this will be the String display value of standardRange i.e. the value returned by finEnums.isefinStandardRange_ToString(). | |
| sqlWhere | String | Optional | An SQL Where clause to filter the Standard Range by. | |
| tag | Object | Optional | A user defined value. If omitted, a value of Nothing is assumed. | |
| autoEscapeSqlWhere | Boolean | Optional | Auto escape sqlWhere string? If omitted, a value of False is assumed. |
An ISParameter value.