Bagikan melalui


RelationalPropertyExtensions.FindColumn Metode

Definisi

Mengembalikan kolom yang sesuai dengan properti ini jika dipetakan ke objek penyimpanan seperti tabel yang diberikan.

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

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Kolom tempat properti dipetakan.

Berlaku untuk