IsDiscriminator Property

MetaDataMember.IsDiscriminator Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets whether this member represents the inheritance discriminator.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public abstract bool IsDiscriminator { get; }

Property Value

Type: System.Boolean
true if this member represents the inheritance discriminator; otherwise, false.

This property can be true for at most one member of the topmost mapped class in a hierarchy.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft