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

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