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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework