CommentAttribute(String) Constructor

Definition

Initializes a new instance of the CommentAttribute class.

public CommentAttribute (string comment);
new Microsoft.EntityFrameworkCore.CommentAttribute : string -> Microsoft.EntityFrameworkCore.CommentAttribute
Public Sub New (comment As String)

Parameters

comment
String

The comment.

Applies to