MetaDataMember.IsDbGenerated Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets whether this member is automatically generated by the database.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsDbGenerated As Boolean
public abstract bool IsDbGenerated { get; }

Property Value

Type: System.Boolean
true if this member is automatically generated by the database; otherwise false.

Remarks

Automatically generated members are synchronized immediately after the corresponding data row is inserted. Insert trigger-generated key values are not supported.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

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