Click or drag to resize
PostgreSqlDQEConfigurationSetCaseInsensitiveNamesFlag Method
Sets the 'CaseInsensitiveNames' flag for the DQE to the value specified

Namespace:  SD.LLBLGen.Pro.DQE.PostgreSql
Assembly:  SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PostgreSqlDQEConfiguration SetCaseInsensitiveNamesFlag(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: PostgreSqlDQEConfiguration
See Also