Aracılığıyla paylaş


SqliteNetTopologySuitePropertyBuilderExtensions.HasGeometricDimension Yöntem

Tanım

Aşırı Yüklemeler

HasGeometricDimension(PropertyBuilder, Ordinates)

SQLite hedeflenirken özelliğin eşlenmesi sütunun boyutunu yapılandırılır.

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

SQLite hedeflenirken özelliğin eşlenmesi sütunun boyutunu yapılandırılır.

HasGeometricDimension(PropertyBuilder, Ordinates)

SQLite hedeflenirken özelliğin eşlenmesi sütunun boyutunu yapılandırılır.

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

Parametreler

propertyBuilder
PropertyBuilder

Yapılandırılan özelliğin oluşturucusu.

ordinates
NetTopologySuite.Geometries.Ordinates

Boyut sıralı.

Döndürülenler

Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

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

SQLite hedeflenirken özelliğin eşlenmesi sütunun boyutunu yapılandırılır.

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)

Tür Parametreleri

TProperty

Parametreler

propertyBuilder
PropertyBuilder<TProperty>

Yapılandırılan özelliğin oluşturucusu.

ordinates
NetTopologySuite.Geometries.Ordinates

Boyut sıralı.

Döndürülenler

Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır