Share via


SqliteNetTopologySuitePropertyBuilderExtensions.ForSqliteHasDimension メソッド

定義

オーバーロード

ForSqliteHasDimension(PropertyBuilder, Ordinates)

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

ForSqliteHasDimension(PropertyBuilder, Ordinates)
古い.

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

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)

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

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
古い.

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

ForSqliteHasDimension(PropertyBuilder, Ordinates)

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, GeoAPI.Geometries.Ordinates ordinates);
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * GeoAPI.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasDimension (propertyBuilder As PropertyBuilder, ordinates As Ordinates) As PropertyBuilder

パラメーター

propertyBuilder
PropertyBuilder

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

ordinates
GeoAPI.Geometries.Ordinates

寸法の座標。

戻り値

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

適用対象

ForSqliteHasDimension(PropertyBuilder, Ordinates)

注意事項

Use HasGeometricDimension

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

[System.Obsolete("Use HasGeometricDimension")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasDimension (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
[<System.Obsolete("Use HasGeometricDimension")>]
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasDimension (propertyBuilder As PropertyBuilder, ordinates As Ordinates) As PropertyBuilder

パラメーター

propertyBuilder
PropertyBuilder

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

ordinates
NetTopologySuite.Geometries.Ordinates

寸法の座標。

戻り値

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

属性

適用対象

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasDimension<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, GeoAPI.Geometries.Ordinates ordinates);
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * GeoAPI.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasDimension(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), ordinates As Ordinates) As PropertyBuilder(Of TProperty)

型パラメーター

TProperty

パラメーター

propertyBuilder
PropertyBuilder<TProperty>

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

ordinates
GeoAPI.Geometries.Ordinates

寸法の座標。

戻り値

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

適用対象

ForSqliteHasDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)

注意事項

Use HasGeometricDimension

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

[System.Obsolete("Use HasGeometricDimension")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasDimension<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, NetTopologySuite.Geometries.Ordinates ordinates);
[<System.Obsolete("Use HasGeometricDimension")>]
static member ForSqliteHasDimension : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * NetTopologySuite.Geometries.Ordinates -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasDimension(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), ordinates As Ordinates) As PropertyBuilder(Of TProperty)

型パラメーター

TProperty

パラメーター

propertyBuilder
PropertyBuilder<TProperty>

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

ordinates
NetTopologySuite.Geometries.Ordinates

寸法の座標。

戻り値

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

属性

適用対象