CommentAttribute(String) 构造函数

定义

初始化 CommentAttribute 类的新实例。

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

参数

comment
String

评论。

适用于