Bagikan melalui


RuntimeTypeBase.IReadOnlyTypeBase.FindComplexProperty(String) Metode

Definisi

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

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

Parameter

name
String

Nama properti.

Mengembalikan

Properti , atau null jika tidak ada yang ditemukan.

Penerapan

Atribut

Berlaku untuk