Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1000 Bytes

ISchemaProvider.md

File metadata and controls

23 lines (17 loc) · 1000 Bytes

ISchemaProvider interface

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

Abstraction for SQL metadata providers

public interface ISchemaProvider

Members

name description
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.

See Also