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 (26.2.0.1000)
Syntax
public virtual bool IsUsingUploadedFile(
	IProviderConnector dataConnector
)

Parameters

dataConnector  IProviderConnector
The data connector.

Return Value

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