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.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
public bool UseCaseSensitiveFieldNames { get; set; }

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