adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DatabaseConnectionSettings Class / DatabaseType Field

In This Topic
    DatabaseType Field
    In This Topic
    The type of database
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public DatabaseType As String
    [DataMember()]
    public string DatabaseType
    Remarks
    Must be one of the values from DatabaseTypes
    See Also