DatabaseCultureName Property (DataEngine)
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.
Syntax
'Declaration Public Property DatabaseCultureName As String
'Usage Dim instance As DataEngine Dim value As String instance.DatabaseCultureName = value value = instance.DatabaseCultureName
public string DatabaseCultureName {get; set;}
Remarks
See the CultureInfo class for possible names of a culture.
Example
de.DataBaseCultureName = "en-GB";
de.DataBaseCultureName = "en-GB"
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also