SecureTableOperationsTUseCaseSensitiveFieldNames Property
Gets or sets flag that determines if field names should be treated as case-sensitive. Defaults to false.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.167 -- Release Build+a63d2f336930b0b8a2e0d51bc652b0af46e5d00a
public bool UseCaseSensitiveFieldNames { get; }
Public ReadOnly Property UseCaseSensitiveFieldNames As Boolean
Get
public:
property bool UseCaseSensitiveFieldNames {
bool get ();
}
function get_UseCaseSensitiveFieldNames();
Property Value
Boolean
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.