Bagikan melalui


RuntimeEntityType.IReadOnlyEntityType.FindProperty(String) Metode

Definisi

Mendapatkan properti dengan nama tertentu. Mengembalikan null jika tidak ada properti dengan nama yang diberikan yang ditentukan.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? IReadOnlyEntityType.FindProperty (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty IReadOnlyEntityType.FindProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
Function FindProperty (name As String) As IReadOnlyProperty Implements IReadOnlyEntityType.FindProperty

Parameter

name
String

Nama properti.

Mengembalikan

Properti , atau null jika tidak ada yang ditemukan.

Penerapan

Atribut

Berlaku untuk