Click or drag to resize
TableAttributeCaseSensitive Property
Determines if the table and column names are defined as case sensitive (default to true).

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public bool CaseSensitive { get; set; }

Property Value

Type: Boolean
See Also