Condividi tramite


SqliteComplexTypePropertyBuilderExtensions.HasSrid Metodo

Definizione

Overload

HasSrid(ComplexTypePropertyBuilder, Int32)

Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite.

HasSrid<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32)

Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite.

HasSrid(ComplexTypePropertyBuilder, Int32)

Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasSrid (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder propertyBuilder, int srid);
static member HasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
<Extension()>
Public Function HasSrid (propertyBuilder As ComplexTypePropertyBuilder, srid As Integer) As ComplexTypePropertyBuilder

Parametri

propertyBuilder
ComplexTypePropertyBuilder

Generatore per la proprietà da configurare.

srid
Int32

The SRID.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Per altre informazioni ed esempi, vedere Dati spaziali e Accesso ai database SQLite con EF Core .

Si applica a

HasSrid<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32)

Configura l'identificatore SRID della colonna a cui viene eseguito il mapping della proprietà durante la destinazione SQLite.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> HasSrid<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<TProperty> propertyBuilder, int srid);
static member HasSrid : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property> * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder<'Property>
<Extension()>
Public Function HasSrid(Of TProperty) (propertyBuilder As ComplexTypePropertyBuilder(Of TProperty), srid As Integer) As ComplexTypePropertyBuilder(Of TProperty)

Parametri di tipo

TProperty

Parametri

propertyBuilder
ComplexTypePropertyBuilder<TProperty>

Generatore per la proprietà da configurare.

srid
Int32

The SRID.

Restituisce

Stessa istanza del generatore in modo che più chiamate possano essere concatenati.

Commenti

Per altre informazioni ed esempi, vedere Dati spaziali e Accesso ai database SQLite con EF Core .

Si applica a