次の方法で共有


SqliteNetTopologySuitePropertyBuilderExtensions.HasGeometricDimension メソッド

定義

オーバーロード

HasGeometricDimension(PropertyBuilder, Ordinates)

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

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

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

HasGeometricDimension(PropertyBuilder, Ordinates)

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

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

パラメーター

propertyBuilder
PropertyBuilder

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

ordinates
NetTopologySuite.Geometries.Ordinates

寸法の座標。

戻り値

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

適用対象

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

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

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

型パラメーター

TProperty

パラメーター

propertyBuilder
PropertyBuilder<TProperty>

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

ordinates
NetTopologySuite.Geometries.Ordinates

寸法の座標。

戻り値

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

適用対象