CommentAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks a class, property or field with a comment to be set on the corresponding database table or column.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class CommentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type CommentAttribute = class
inherit Attribute
Public NotInheritable Class CommentAttribute
Inherits Attribute
- Inheritance
-
CommentAttribute
- Attributes
Remarks
See Modeling entity types and relationships for more information and examples.
Constructors
CommentAttribute(String) |
Initializes a new instance of the CommentAttribute class. |
Properties
Comment |
The comment to be configured. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework