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

In This Topic
    Territory Property
    In This Topic
    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