SqliteNetTopologySuitePropertyBuilderExtensions.HasGeometricDimension Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| HasGeometricDimension(PropertyBuilder, Ordinates) |
SQLite ' i hedeflerken, özelliğin eşlendiği sütunun boyutunu yapılandırır. |
| HasGeometricDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates) |
SQLite ' i hedeflerken, özelliğin eşlendiği sütunun boyutunu yapılandırır. |
HasGeometricDimension(PropertyBuilder, Ordinates)
SQLite ' i hedeflerken, özelliğin eşlendiği sütunun boyutunu yapılandırı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ılmakta olan özellik için Oluşturucu.
- ordinates
- NetTopologySuite.Geometries.Ordinates
Boyut ordinılır.
Döndürülenler
Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.
Şunlara uygulanır
HasGeometricDimension<TProperty>(PropertyBuilder<TProperty>, Ordinates)
SQLite ' i hedeflerken, özelliğin eşlendiği sütunun boyutunu yapılandırı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ılmakta olan özellik için Oluşturucu.
- ordinates
- NetTopologySuite.Geometries.Ordinates
Boyut ordinılır.
Döndürülenler
Birden çok çağrının zincirlenebilir olması için aynı Oluşturucu örneği.