Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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