RelationalColumnCommentAttributeConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據套用 CommentAttribute 的屬性或欄位設定資料行批註的慣例。
public class RelationalColumnCommentAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<Microsoft.EntityFrameworkCore.CommentAttribute>
type RelationalColumnCommentAttributeConvention = class
inherit PropertyAttributeConventionBase<CommentAttribute>
Public Class RelationalColumnCommentAttributeConvention
Inherits PropertyAttributeConventionBase(Of CommentAttribute)
- 繼承
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
建構函式
RelationalColumnCommentAttributeConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
建立 RelationalColumnCommentAttributeConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 (繼承來源 PropertyAttributeConventionBase<TAttribute>) |
RelationalDependencies |
此服務的關聯式提供者特定相依性。 |