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.6.0.0 (5.6.19.0117)
Syntax public PostgreSqlDQEConfiguration SetCaseInsensitiveNamesFlag(
bool value
)
Public Function SetCaseInsensitiveNamesFlag (
value As Boolean
) As PostgreSqlDQEConfiguration
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
PostgreSqlDQEConfigurationSee Also