ScaffoldingPropertyAnnotations 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class ScaffoldingPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
type ScaffoldingPropertyAnnotations = class
inherit RelationalPropertyAnnotations
Public Class ScaffoldingPropertyAnnotations
Inherits RelationalPropertyAnnotations
- 繼承
建構函式
ScaffoldingPropertyAnnotations(IProperty) |
欄位
ProviderFullAnnotationNames | (繼承來源 RelationalPropertyAnnotations) |
屬性
Annotations |
RelationalAnnotations協助程式, IProperty 表示要標注的 。 (繼承來源 RelationalPropertyAnnotations) |
ColumnName |
屬性所對應的資料行名稱。 (繼承來源 RelationalPropertyAnnotations) |
ColumnOrdinal | |
ColumnType |
屬性所對應之資料行的資料庫類型。 (繼承來源 RelationalPropertyAnnotations) |
ComputedColumnSql |
建立此屬性之資料行時應該使用的計算條件約束 SQL 運算式。 (繼承來源 RelationalPropertyAnnotations) |
DefaultValue |
建立此屬性的資料行時,要用於資料行定義中的預設值。 (繼承來源 RelationalPropertyAnnotations) |
DefaultValueSql |
建立此屬性之資料行時應該使用的預設條件約束 SQL 運算式。 (繼承來源 RelationalPropertyAnnotations) |
IsFixedLength |
旗標,指出 屬性是否能夠只儲存固定長度的資料,例如字串。 (繼承來源 RelationalPropertyAnnotations) |
Property |
IProperty要標注的 。 (繼承來源 RelationalPropertyAnnotations) |
ShouldThrowOnConflict |
指出是否應該在設定衝突的組態時擲回例外狀況。 使用 Fluent API 來實作最後一次呼叫 wins 語意時,通常會覆寫此動作。 (繼承來源 RelationalPropertyAnnotations) |
ShouldThrowOnInvalidConfiguration |
指出如果設定不正確組態,是否應該擲回例外狀況。 (繼承來源 RelationalPropertyAnnotations) |