SqliteComplexTypePropertyBuilderExtensions クラス

定義

の SQLite 固有の ComplexTypePropertyBuilder拡張メソッド。

public static class SqliteComplexTypePropertyBuilderExtensions
type SqliteComplexTypePropertyBuilderExtensions = class
Public Module SqliteComplexTypePropertyBuilderExtensions
継承
SqliteComplexTypePropertyBuilderExtensions

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデリング」および 「EF Core を使用した SQLite データベースへのアクセス 」を参照してください。

メソッド

HasSrid(ComplexTypePropertyBuilder, Int32)

SQLite を対象とする場合にプロパティがマップされる列の SRID を構成します。

HasSrid<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32)

SQLite を対象とする場合にプロパティがマップされる列の SRID を構成します。

適用対象