Skip to main content

Source(String, Object, String) Constructor

Initializes a new class instance with the specified name, data source and data member settings.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Source(
    string name,
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
name String

The name of the data source in the federated query.

dataSource Object

The data source.

dataMember String

A string that specifies the data member - the table or list in the data source.

See Also