This topic has not yet been rated - Rate this topic

MetaDataMember.IsPersistent Property

Gets whether this member is mapped to a column (or constraint).

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
public abstract bool IsPersistent { get; }

Property Value

Type: System.Boolean
true if this member is mapped to a column (or constraint); otherwise, false.

A class may have a combination of persistent and non-persistent members. Persistent members are mapped while non-persistent members are not mapped. A mapped class must have at least one persistent member.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.