SqliteMetadataExtensions.Sqlite 方法

定義

多載

Sqlite(IEntityType)

取得實體的 SQLite 特定中繼資料。

Sqlite(IForeignKey)

取得外鍵的 SQLite 特定中繼資料。

Sqlite(IIndex)

取得索引的 SQLite 特定中繼資料。

Sqlite(IKey)

取得金鑰的 SQLite 特定中繼資料。

Sqlite(IModel)

取得模型的 SQLite 特定中繼資料。

Sqlite(IMutableEntityType)

取得實體的 SQLite 特定中繼資料。

Sqlite(IMutableForeignKey)

取得外鍵的 SQLite 特定中繼資料。

Sqlite(IMutableIndex)

取得索引的 SQLite 特定中繼資料。

Sqlite(IMutableKey)

取得金鑰的 SQLite 特定中繼資料。

Sqlite(IMutableModel)

取得模型的 SQLite 特定中繼資料。

Sqlite(IMutableProperty)

取得屬性的 SQLite 特定中繼資料。

Sqlite(IProperty)

取得屬性的 SQLite 特定中繼資料。

Sqlite(IEntityType)

取得實體的 SQLite 特定中繼資料。

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

參數

entityType
IEntityType

要為其取得中繼資料的實體。

傳回

實體的 SQLite 特定中繼資料。

適用於

Sqlite(IForeignKey)

取得外鍵的 SQLite 特定中繼資料。

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

參數

foreignKey
IForeignKey

要為其取得中繼資料的實體。

傳回

外鍵的 SQLite 特定中繼資料。

適用於

Sqlite(IIndex)

取得索引的 SQLite 特定中繼資料。

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

參數

index
IIndex

要為其取得中繼資料的索引。

傳回

索引的 SQLite 特定中繼資料。

適用於

Sqlite(IKey)

取得金鑰的 SQLite 特定中繼資料。

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

參數

key
IKey

要取得中繼資料的索引鍵。

傳回

金鑰的 SQLite 特定中繼資料。

適用於

Sqlite(IModel)

取得模型的 SQLite 特定中繼資料。

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

參數

model
IModel

要為其取得中繼資料的模型。

傳回

模型的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableEntityType)

取得實體的 SQLite 特定中繼資料。

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

參數

entityType
IMutableEntityType

要為其取得中繼資料的實體。

傳回

實體的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableForeignKey)

取得外鍵的 SQLite 特定中繼資料。

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

參數

foreignKey
IMutableForeignKey

要為其取得中繼資料的實體。

傳回

外鍵的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableIndex)

取得索引的 SQLite 特定中繼資料。

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

參數

index
IMutableIndex

要為其取得中繼資料的索引。

傳回

索引的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableKey)

取得金鑰的 SQLite 特定中繼資料。

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

參數

key
IMutableKey

要取得中繼資料的索引鍵。

傳回

金鑰的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableModel)

取得模型的 SQLite 特定中繼資料。

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

參數

model
IMutableModel

要為其取得中繼資料的模型。

傳回

模型的 SQLite 特定中繼資料。

適用於

Sqlite(IMutableProperty)

取得屬性的 SQLite 特定中繼資料。

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

參數

property
IMutableProperty

要為其取得中繼資料的屬性。

傳回

屬性的 SQLite 特定中繼資料。

適用於

Sqlite(IProperty)

取得屬性的 SQLite 特定中繼資料。

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

參數

property
IProperty

要為其取得中繼資料的屬性。

傳回

屬性的 SQLite 特定中繼資料。

適用於