SqliteMetadataExtensions Class

Definition

SQLite specific extension methods for metadata.

public static class SqliteMetadataExtensions
type SqliteMetadataExtensions = class
Public Module SqliteMetadataExtensions
Inheritance
SqliteMetadataExtensions

Methods

Sqlite(IEntityType)

Gets the SQLite specific metadata for an entity.

Sqlite(IForeignKey)

Gets the SQLite specific metadata for a foreign key.

Sqlite(IIndex)

Gets the SQLite specific metadata for an index.

Sqlite(IKey)

Gets the SQLite specific metadata for a key.

Sqlite(IModel)

Gets the SQLite specific metadata for a model.

Sqlite(IMutableEntityType)

Gets the SQLite specific metadata for an entity.

Sqlite(IMutableForeignKey)

Gets the SQLite specific metadata for a foreign key.

Sqlite(IMutableIndex)

Gets the SQLite specific metadata for an index.

Sqlite(IMutableKey)

Gets the SQLite specific metadata for a key.

Sqlite(IMutableModel)

Gets the SQLite specific metadata for a model.

Sqlite(IMutableProperty)

Gets the SQLite specific metadata for a property.

Sqlite(IProperty)

Gets the SQLite specific metadata for a property.

Applies to