PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / ConnectionProperties Class / DataProvider Property

In This Topic
    DataProvider Property (ConnectionProperties)
    In This Topic
    Gets or sets the type of the data source. This determines the syntax of the ConnectionProperties.ConnectString and Query.CommandText.
    Syntax
    'Declaration
     
    Public Property DataProvider As DataProviderEnum
    public DataProviderEnum DataProvider {get; set;}
    See Also