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;}
See the CultureInfo class for possible names of a culture.
[C#]
de.DataBaseCultureName = "en-GB"; |
[Visual Basic]
de.DataBaseCultureName = "en-GB" |
DataEngine Class | DataEngine Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.