SqlitePropertyExtensions.GetSrid メソッド

定義

オーバーロード

GetSrid(IProperty)

このプロパティの列を作成するときに使用する SRID を返します。

GetSrid(IReadOnlyProperty)

このプロパティの列を作成するときに使用する SRID を返します。

GetSrid(IProperty, StoreObjectIdentifier)

このプロパティの列を作成するときに使用する SRID を返します。

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

このプロパティの列を作成するときに使用する SRID を返します。

GetSrid(IProperty)

このプロパティの列を作成するときに使用する SRID を返します。

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty) As Nullable(Of Integer)

パラメーター

property
IProperty

プロパティ。

戻り値

このプロパティの列を作成するときに使用する SRID。

適用対象

GetSrid(IReadOnlyProperty)

このプロパティの列を作成するときに使用する SRID を返します。

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty) As Nullable(Of Integer)

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

このプロパティの列を作成するときに使用する SRID。

適用対象

GetSrid(IProperty, StoreObjectIdentifier)

このプロパティの列を作成するときに使用する SRID を返します。

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

このプロパティの列を作成するときに使用する SRID。

適用対象

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

このプロパティの列を作成するときに使用する SRID を返します。

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

このプロパティの列を作成するときに使用する SRID。

適用対象