Condividi tramite


MemberIdentity Costruttori

Definizione

Overload

MemberIdentity(MemberInfo)

Costruisce un nuovo MemberIdentity oggetto dall'oggetto specificato MemberInfo.

MemberIdentity(String)

Costruisce un nuovo MemberIdentity dal nome del membro specificato.

MemberIdentity(MemberInfo)

Costruisce un nuovo MemberIdentity oggetto dall'oggetto specificato MemberInfo.

[System.Diagnostics.DebuggerStepThrough]
public MemberIdentity (System.Reflection.MemberInfo memberInfo);
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.Metadata.MemberIdentity : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.MemberIdentity
Public Sub New (memberInfo As MemberInfo)

Parametri

memberInfo
MemberInfo

Membro.

Attributi

Si applica a

MemberIdentity(String)

Costruisce un nuovo MemberIdentity dal nome del membro specificato.

[System.Diagnostics.DebuggerStepThrough]
public MemberIdentity (string name);
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.Metadata.MemberIdentity : string -> Microsoft.EntityFrameworkCore.Metadata.MemberIdentity
Public Sub New (name As String)

Parametri

name
String

Nome del membro.

Attributi

Si applica a