ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / DataSet Property

In This Topic
    DataSet Property (C1DataViewSet)
    In This Topic
    Gets or sets the source System.Data.DataSet which data this C1DataViewSet represents.
    Syntax
    'Declaration
     
    Public Property DataSet As System.Data.DataSet
    public System.Data.DataSet DataSet {get; set;}
    Remarks
    This property value can be set to an instance of typed or untyped DataSet.

    If data source is defined by means of ConnectionString and ConnectionProvider properties, this property returns a reference to an internally created DataSet.

    See C1DataViewSet Data Sources for details.

    See Also