See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DatabaseCultureName Property

Gets or sets the culture name used when StartDate and EndDate insert to the sql statement. This property only necessary to set if the web server and database server having different culture setting.

[Visual Basic]
Public Property DatabaseCultureName As String
[C#]
public string DatabaseCultureName {get; set;}

Remarks

See the CultureInfo class for possible names of a culture.

Example

[C#] 

Chart.DataBaseCultureName = "en-GB";

[Visual Basic] 

Chart.DataBaseCultureName = "en-GB"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.