MetaType::DBGeneratedIdentityMember Property

 

Gets the member that represents the auto-generated identity column.

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

public:
property MetaDataMember^ DBGeneratedIdentityMember {
	virtual MetaDataMember^ get() abstract;
}

Property Value

Type: System.Data.Linq.Mapping::MetaDataMember^

The member that represents the auto-generated identity column, or null if there is no auto-generated identity column.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: