[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.IDbConnectionAdapter.IsCredentialsSupported

IsCredentialsSupported Property

IsCredentialsSupported

Gets a value indicating whether the adapter supports setting credentials.

Declaration
bool IsCredentialsSupported { get; }
Property Value
Type Description
bool

True if the data provider supports credentials setting.

Remarks

If the property returns false the SetCredentials(DbConnection, LoginPasswordCredentials) method won't be called.