adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / ProviderName Property


In This Topic
    ProviderName Property
    In This Topic
    The OleDb provider name to use, if other than the default.
    Syntax
    'Declaration
     
    
    Public Property ProviderName As String
    public string ProviderName {get; set;}
    public:
    property String^ ProviderName {
       String^ get();
       void set (    String^ value);
    }
    See Also