MarkLogic XDBC.NET Library

IXdbcConnection.Region Property

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

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

Property Value

RegionInfo associated with this connection.

Remarks

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

If you want to change the RegionInfo, 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