Udostępnij za pośrednictwem


SqlitePropertyExtensions.GetSrid Metoda

Definicja

Przeciążenia

GetSrid(IProperty)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

GetSrid(IReadOnlyProperty)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

GetSrid(IProperty, StoreObjectIdentifier)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

GetSrid(IProperty)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty) As Nullable(Of Integer)

Parametry

property
IProperty

Właściwość.

Zwraca

Identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

Dotyczy

GetSrid(IReadOnlyProperty)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty) As Nullable(Of Integer)

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

Identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

Dotyczy

GetSrid(IProperty, StoreObjectIdentifier)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametry

property
IProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

Identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

Dotyczy

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

public static int? GetSrid (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetSrid : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetSrid (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

Identyfikator SRID do użycia podczas tworzenia kolumny dla tej właściwości.

Dotyczy