SqlitePropertyAnnotations 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqlitePropertyAnnotations(IProperty) |
建構指定 IProperty 之注釋的實例。 |
SqlitePropertyAnnotations(RelationalAnnotations) |
建構由指定批註協助程式所表示之 IProperty 注釋的 實例。 |
SqlitePropertyAnnotations(IProperty)
建構指定 IProperty 之注釋的實例。
public SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Public Sub New (property As IProperty)
參數
適用於
SqlitePropertyAnnotations(RelationalAnnotations)
建構由指定批註協助程式所表示之 IProperty 注釋的 實例。
protected SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
參數
- annotations
- RelationalAnnotations
RelationalAnnotations協助程式, IProperty 表示要標注的 。