Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.DataProvider.DataProviderImpl.CreateDataProviderIOMode Method

(not specified)

Class: YetaWF.Core.DataProvider.DataProviderImpl
Namespace: YetaWF.Core.DataProvider
Assembly: YetaWF.Core

Syntax

protected object CreateDataProviderIOMode(
    Package package,
    string dataset,
    int dummy = -1,
    int SiteIdentity = 0,
    bool Cacheable = false,
    object? Parms = null,
    Func<string,Dictionary<string,object>,object>? Callback = null );

Parameters

package

(not specified)

dataset

(not specified)

dummy

(not specified)

SiteIdentity

(not specified)

Cacheable

(not specified)

Parms

(not specified)

Callback

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.DataProvider.DataProviderImpl ClassYetaWF.Core Overview