FileExtractDriver.CreateWriteSession(String) Method
In This Article
Creates a session used to write data to an extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IDriverWriteSession CreateWriteSession(
string resourceName
)
#Parameters
Name | Type | Description |
---|---|---|
resource |
String | A String value specifying the resource name that is used to identify a data extract. |
#Returns
Type | Description |
---|---|
IDriver |
An object implementing the IDriver |
#Implements
See Also