MemberIdentity.IsNone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Compare Name to null
Checks if the identity is empty, as opposed to representing a member.
public bool IsNone ();
[System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "Name")]
[System.Obsolete("Compare Name to null")]
public bool IsNone ();
member this.IsNone : unit -> bool
[<System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "Name")>]
[<System.Obsolete("Compare Name to null")>]
member this.IsNone : unit -> bool
Public Function IsNone () As Boolean
Returns
true
if the identity is empty; false
otherwise.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework