PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / Owner Property

In This Topic
    Owner Property (DataSet)
    In This Topic
    Gets the DataSetCollection containing the current data set.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As DataSetCollection
    public DataSetCollection Owner {get;}
    See Also