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

DataSourceInfo(String, Object) Constructor

Initializes a new instance of the DataSourceInfo class with the specified name and datasource.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public DataSourceInfo(
    string dataSourceName,
    object dataSource
)

Parameters

Name Type Description
dataSourceName String

A String value, specifying the datasource name.

dataSource Object

A Object value, specifying the datasource.

See Also