Click or drag to resize

TableOperationsTUseCaseSensitiveFieldNames Property

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

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public bool UseCaseSensitiveFieldNames { get; set; }
View Source

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