Determines whether string comparisons within the data set are case-sensitive.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool CaseSensitive { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property CaseSensitive As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also