TableOperationsTUseCaseSensitiveFieldNames 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.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
public bool UseCaseSensitiveFieldNames { get; set; }
Public Property UseCaseSensitiveFieldNames As Boolean
Get
Set
public:
virtual property bool UseCaseSensitiveFieldNames {
bool get () sealed;
void set (bool value) sealed;
}
function get_UseCaseSensitiveFieldNames();
function set_UseCaseSensitiveFieldNames(value);
BooleanITableOperationsUseCaseSensitiveFieldNames
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.