Click or drag to resize

featurePropertiesdatasource_FAFCountRequirePlatformSchema Property

FAF Counts are stored in database with platform schema, or, if the mapper datasource does not have platform schema, in the Data (default) Database. Set this feature property to true if you want to suppress the storage of FAF count in a database that is not the Mapper Datasource when the Datasource has no platform schema. Mappers in datasources without operational schema will present mapper counts only when manually requested by the user.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool datasource_FAFCountRequirePlatformSchema { get; }

Property Value

Type: Boolean
FAF Counts are stored in database with platform schema, or, if the mapper datasource does not have platform schema, in the Data (default) Database. Set this feature property to true if you want to suppress the storage of FAF count in a database that is not the Mapper Datasource when the Datasource has no platform schema. Mappers in datasources without operational schema will present mapper counts only when manually requested by the user.
See Also