Skip to main content

FileExtractDriver.CreateReadSession(String) Method

Creates a session used to read data from an extract.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IDriverReadSession CreateReadSession(
    string resourceName
)

Parameters

Name Type Description
resourceName String

A String value specifying the resource name that is used to identify a data extract.

Returns

Type Description
IDriverReadSession

An object implementing the IDriverReadSession that specifies a session used to write data to a data extract.

See Also