| Table: dbo.Filter_Range_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| filter_range_type_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
| filter_line_type_KEY | int (4) | NOT NULL | Key to the Filter Line Type this Range Type belongs to. |
| description | nvarchar (60) | NOT NULL | Name of this range as it should appear to the user. |
| lookup_display_member | nvarchar (256) | NOT NULL | Name of the property in the lookup list that has the value that should be used for the range criteria. |
| update__staff_KEY | int (4) | NOT NULL | Key of Staff who last modified this row |
| update_date | datetime (8, 3) | NOT NULL | The date and time that this row was last modified |
| Primary key | |||
| Name | Columns | Description | |
| PK_Filter_Range_Type | filter_range_type_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Filter_Range_Type__Filter_Line_Type__filter_line_type_KEY | filter_line_type_KEY | Filter_Line_Type (filter_line_type_KEY) | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Filter_Line__Filter_Range_Type__filter_range_type_KEY | filter_range_type_KEY | Filter_Line | |
| FK_Filter_Range__Filter_Range_Type__filter_range_type_KEY | filter_range_type_KEY | Filter_Range | |