The CultureInfo associated with this database connection. The default CultureInfo setting for a connection is inherited from the local runtime environment.
CultureInfo associated with this connection.
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.
IXdbcConnection Interface | MarkLogic.Xdbc Namespace