| CustomerSettingKeyHashJoinHintConfiguration Field |
Note: This API is now obsolete.
Hash join hint configuration. Contains a CSV string of search patterns for injection of a HASH hint in the fulltext search.
For instance: "select distinct top 251 do.id from tbldataobject";"select distinct top 501 do.id from tbldataobject"
will inject the HASH hint for the SQL that contains specified queries.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute]
public const string HashJoinHintConfiguration = "HashJoinHintConf"
Field Value
Type:
String
See Also