Skip to main content
A newer version of this page is available. .

Source(String, Object) Constructor

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public Source(
    string name,
    object dataSource
)

Parameters

Name Type Description
name String

The name of the data source in the federated query.

dataSource Object

The data source.

See Also