[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.MssqlSchemaProvider

MssqlSchemaProvider Class

Db Schema provider for Microsoft Sql Client data provider

Inheritance
MssqlSchemaProvider
Implements
Namespace: GrapeCity.ActiveReports.ReportsCore.Data.DataProviders
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class MssqlSchemaProvider : IDbSchemaProvider

Constructors

Name Description
MssqlSchemaProvider()

Properties

Name Description
InvariantCulture

Gets the invariant culture used for culture-independent string conversions.

Methods

Name Description
GetSchema(DbConnection)

Returns DataSchema for Microsoft Sql Client data provider

GetTableType(string)

Gets the type of the SQL table.

Extension Methods