namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
SQL server metadata provider
public class SqlServerSchemaProvider : ISchemaProvider
name | description |
---|---|
SqlServerSchemaProvider() | 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. |
- interface ISchemaProvider
- Source: SqlServerSchemaProvider.cs