SqliteMetadataExtensions.Sqlite Method

Definition

Overloads

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.

Sqlite(IEntityType)

Gets the SQLite specific metadata for an entity.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
<Extension()>
Public Function Sqlite (entityType As IEntityType) As IRelationalEntityTypeAnnotations

Parameters

entityType
IEntityType

The entity to get metadata for.

Returns

The SQLite specific metadata for the entity.

Applies to

Sqlite(IForeignKey)

Gets the SQLite specific metadata for a foreign key.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
<Extension()>
Public Function Sqlite (foreignKey As IForeignKey) As IRelationalForeignKeyAnnotations

Parameters

foreignKey
IForeignKey

The entity to get metadata for.

Returns

The SQLite specific metadata for the foreign key.

Applies to

Sqlite(IIndex)

Gets the SQLite specific metadata for an index.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
<Extension()>
Public Function Sqlite (index As IIndex) As IRelationalIndexAnnotations

Parameters

index
IIndex

The index to get metadata for.

Returns

The SQLite specific metadata for the index.

Applies to

Sqlite(IKey)

Gets the SQLite specific metadata for a key.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
<Extension()>
Public Function Sqlite (key As IKey) As IRelationalKeyAnnotations

Parameters

key
IKey

The key to get metadata for.

Returns

The SQLite specific metadata for the key.

Applies to

Sqlite(IModel)

Gets the SQLite specific metadata for a model.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations
<Extension()>
Public Function Sqlite (model As IModel) As IRelationalModelAnnotations

Parameters

model
IModel

The model to get metadata for.

Returns

The SQLite specific metadata for the model.

Applies to

Sqlite(IMutableEntityType)

Gets the SQLite specific metadata for an entity.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
<Extension()>
Public Function Sqlite (entityType As IMutableEntityType) As RelationalEntityTypeAnnotations

Parameters

entityType
IMutableEntityType

The entity to get metadata for.

Returns

The SQLite specific metadata for the entity.

Applies to

Sqlite(IMutableForeignKey)

Gets the SQLite specific metadata for a foreign key.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations
<Extension()>
Public Function Sqlite (foreignKey As IMutableForeignKey) As RelationalForeignKeyAnnotations

Parameters

foreignKey
IMutableForeignKey

The entity to get metadata for.

Returns

The SQLite specific metadata for the foreign key.

Applies to

Sqlite(IMutableIndex)

Gets the SQLite specific metadata for an index.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
<Extension()>
Public Function Sqlite (index As IMutableIndex) As RelationalIndexAnnotations

Parameters

index
IMutableIndex

The index to get metadata for.

Returns

The SQLite specific metadata for the index.

Applies to

Sqlite(IMutableKey)

Gets the SQLite specific metadata for a key.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
<Extension()>
Public Function Sqlite (key As IMutableKey) As RelationalKeyAnnotations

Parameters

key
IMutableKey

The key to get metadata for.

Returns

The SQLite specific metadata for the key.

Applies to

Sqlite(IMutableModel)

Gets the SQLite specific metadata for a model.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations
<Extension()>
Public Function Sqlite (model As IMutableModel) As RelationalModelAnnotations

Parameters

model
IMutableModel

The model to get metadata for.

Returns

The SQLite specific metadata for the model.

Applies to

Sqlite(IMutableProperty)

Gets the SQLite specific metadata for a property.

public static Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
<Extension()>
Public Function Sqlite (property As IMutableProperty) As RelationalPropertyAnnotations
<Extension()>
Public Function Sqlite (property As IMutableProperty) As SqlitePropertyAnnotations

Parameters

property
IMutableProperty

The property to get metadata for.

Returns

The SQLite specific metadata for the property.

Applies to

Sqlite(IProperty)

Gets the SQLite specific metadata for a property.

public static Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISqlitePropertyAnnotations Sqlite (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations
static member Sqlite : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISqlitePropertyAnnotations
<Extension()>
Public Function Sqlite (property As IProperty) As IRelationalPropertyAnnotations
<Extension()>
Public Function Sqlite (property As IProperty) As ISqlitePropertyAnnotations

Parameters

property
IProperty

The property to get metadata for.

Returns

The SQLite specific metadata for the property.

Applies to