DataSourcePropertiesSavedFilterVersion Property |
The version of the xot_saved_filter_keys table in the database. If this table does not exist, static buckets will attempt to us a SQL IN clause to produce the filter.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax int SavedFilterVersion { get; }
ReadOnly Property SavedFilterVersion As Integer
Get
Property Value
Type:
Int32The version of the xot_saved_filter_keys table in the database. If this table does not exist, static buckets will attempt to us a SQL IN clause to produce the filter.
See Also