MetaType::DBGeneratedIdentityMember Property
.NET Framework (current version)
Gets the member that represents the auto-generated identity column.
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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: