Bagikan melalui


SqlitePropertyExtensions.GetSrid Metode

Definisi

Overload

GetSrid(IProperty)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

GetSrid(IReadOnlyProperty)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

GetSrid(IProperty, StoreObjectIdentifier)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

GetSrid(IProperty)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

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)

Parameter

property
IProperty

Properti .

Mengembalikan

SRID yang digunakan saat membuat kolom untuk properti ini.

Berlaku untuk

GetSrid(IReadOnlyProperty)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

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)

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

SRID yang digunakan saat membuat kolom untuk properti ini.

Berlaku untuk

GetSrid(IProperty, StoreObjectIdentifier)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

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)

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

SRID yang digunakan saat membuat kolom untuk properti ini.

Berlaku untuk

GetSrid(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan SRID yang akan digunakan saat membuat kolom untuk properti ini.

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)

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

SRID yang digunakan saat membuat kolom untuk properti ini.

Berlaku untuk