MarkLogic XDBC.NET Library

IXdbcConnection.Culture Property

The CultureInfo associated with this database connection. The default CultureInfo setting for a connection is inherited from the local runtime environment.

[Visual Basic]
Property Culture As CultureInfo
[C#]
System.Globalization.CultureInfo Culture {get; set;}

Property Value

CultureInfo associated with this connection.

Remarks

The CultureInfo is used for all operations on this connection and subordinate objects such as IXdbcCommand and IXdbcResultSequence instances.

If you want to change the CultureInfo, generally, it needs to be changed before creating a command or other operation, for which the new locale is needed.

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace