| Name | Description | Type | Additional information | 
|---|---|---|---|
| DataListId | The unique identifier property for the used DataList (Id of DataList). | globally unique identifier | None. | 
| DataListTable | Name of the db table which contains the datalists values and properties | string | None. | 
| DisplayMemberColumn | The name of the db column which contains the display member. | string | None. | 
| ValueColumn | The name of the db column which contains the value. | string | None. | 
| DefaultValueColumn | The name of the db column which contains the default value. | string | None. | 
| SortationOrderColumn | The name of the db column which determines the sortation order. | string | None. | 
| WhereClause | A where clause (optional) which limits the result datalist from the source database. | string | None. | 
| DataListHash | DatalistHash value is created by the content of the columns DisplayMemberValue, ValueColumn, DefaultValueColumn and stored by the API. Its used to recognize changes in the values structure. | string | None. |