FirebirdSchemaProvider class

namespace: Serenity.Data.Schema   assemblySerenity.Net.Data

Firebird metadata provider.

public class FirebirdSchemaProvider : ISchemaProvider

Public Members

name description
FirebirdSchemaProvider() The default constructor.
DefaultSchema { get; } Gets the default schema.
GetFieldInfos(…) Gets the field infos.
GetForeignKeys(…) Gets the foreign keys.
GetIdentityFields(…) Gets the identity fields.
GetPrimaryKeyFields(…) Gets the primary key fields.
GetTableNames(…) Gets the table names.
static GetSqlTypeFromBlrType(…) Gets the type of the SQL type from BLR.

See Also