DataProviderIsUsingUploadedFile Method

Determines whether the connection is made to a file stored in Dundas BI database.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool IsUsingUploadedFile(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector.

Return Value

Type: Boolean
, if the connection is made to a file stored in Dundas BI database; otherwise .
See Also