Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / DataSource Class / Transaction Property

In This Topic
    Transaction Property (DataSource)
    In This Topic
    Gets or sets a value indicating whether all data for all data sets that use the current data source should be fetched within a single transaction.
    Syntax
    'Declaration
     
    Public Property Transaction As Boolean
    public bool Transaction {get; set;}
    Remarks
    The default value of this property is false.
    See Also