MetadataTypeAttribute Constructor (Type)
.NET Framework (current version)
Initializes a new instance of the MetadataTypeAttribute class.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Parameters
- metadataClassType
-
Type:
System.Type
The metadata class to reference.
| Exception | Condition |
|---|---|
| ArgumentNullException | metadataClassType is null. |
The following example shows how to use the MetadataTypeAttribute to associate a metadata class with an entity partial class.
.NET Framework
Available since 3.5
Available since 3.5
Show: