Click or drag to resize

clsImportUserDefinedFieldComboboxDataSource Property

Combobox Data Source.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string ComboboxDataSource { get; set; }

Property Value

Type: String
New Combobox Data Source

Return Value

Type: String
Combobox Data Source
Remarks

This field will be only needed if the user defined field is a combobox ([ComboboxUDF] = True).

Note:
If you choose the SQL Query Data Type, please pay attention that the SQL query must support two columns:
The main column with a corresponding field type and the value column.

Table: MPSysUserFields.RowSource
View: MARISysUserFields.RowSource

See Also