ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / CaseSensitive Property

In This Topic
    CaseSensitive Property
    In This Topic
    Allows you to consistently change the CaseSensitive property value of an underlying DataSet in run-time.
    Syntax
    'Declaration
     
    Public Property CaseSensitive As System.Boolean
    public System.bool CaseSensitive {get; set;}
    Remarks
    This property allows you to set CaseSensitive in run time, changing in turn CaseSensitive property of the underlying DataSet. This change must be performed via this property (instead of changing it at DataSet) because C1DataViewSet can't detect the fact of changing it at DataSet. In design time CaseSensitive should be set at an underlying DataSet.
    See Also