次の方法で共有


SqliteComplexTypePropertyBuilderExtensions.HasSrid メソッド

定義

オーバーロード

HasSrid(ComplexTypePropertyBuilder, Int32)

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

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

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

HasSrid(ComplexTypePropertyBuilder, Int32)

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasSrid (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder propertyBuilder, int srid);
static member HasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
<Extension()>
Public Function HasSrid (propertyBuilder As ComplexTypePropertyBuilder, srid As Integer) As ComplexTypePropertyBuilder

パラメーター

propertyBuilder
ComplexTypePropertyBuilder

構成されているプロパティのビルダー。

srid
Int32

SRID。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

注釈

詳細と例については、「 空間データ」および「 EF Core を使用した SQLite データベースへのアクセス 」を参照してください。

適用対象

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

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> HasSrid<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> propertyBuilder, int srid);
static member HasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property> * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property>
<Extension()>
Public Function HasSrid(Of TProperty) (propertyBuilder As ComplexTypePropertyBuilder(Of TProperty), srid As Integer) As ComplexTypePropertyBuilder(Of TProperty)

型パラメーター

TProperty

パラメーター

propertyBuilder
ComplexTypePropertyBuilder<TProperty>

構成されているプロパティのビルダー。

srid
Int32

SRID。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

注釈

詳細と例については、「 空間データ」および「 EF Core を使用した SQLite データベースへのアクセス 」を参照してください。

適用対象