PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / DataSetFieldCollection Class / Owner Property

In This Topic
    Owner Property (DataSetFieldCollection)
    In This Topic
    Gets the DataSet object containing the current collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As DataSet
    public new DataSet Owner {get;}
    See Also