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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework