TableOperationsTUseCaseSensitiveFieldNames Property

Gets or sets flag that determines if field names should be treated as case-sensitive. Defaults to false.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public bool UseCaseSensitiveFieldNames { get; init; }

Property Value

Boolean

Implements

ITableOperationsUseCaseSensitiveFieldNames

Remarks

In cases where modeled table fields have applied UseEscapedNameAttribute, this flag will be used to properly update escaped field names that may be case-sensitive. For example, escaped field names in Oracle are case-sensitive. This value is typically false.

See Also