Bagikan melalui


RuntimeTypeBase.IReadOnlyTypeBase.FindProperty(String) Metode

Definisi

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

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

Parameter

name
String

Nama properti.

Mengembalikan

Properti , atau null jika tidak ada yang ditemukan.

Penerapan

Atribut

Berlaku untuk