dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleGlobalization Class / Territory Property

On this page
    Territory Property
    On this page
    Specifies the name of the territory.
    Syntax
    'Declaration
     
    Public Property Territory As String
    public string Territory {get; set;}

    Property Value

    A string that provides the name of the territory.
    Remarks
    The default value is the NLS_TERRITORY setting of the local computer. Changing this property changes other globalization properties.
    See Also