MetaType::VersionMember Property

 

Gets a row-version or timestamp column for this MetaType.

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

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

Property Value

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

The meta-data member that represents the row-version or timestamp column for this meta-type, or null if there is none.

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