共用方式為


IRelationalPropertyAnnotations 介面

定義

透過 存取 Relational(IProperty) 關聯式特定批註的屬性。

public interface IRelationalPropertyAnnotations
type IRelationalPropertyAnnotations = interface
Public Interface IRelationalPropertyAnnotations
衍生

屬性

ColumnName

屬性所對應的資料行名稱。

ColumnType

屬性所對應之資料行的資料庫類型。

ComputedColumnSql

建立此屬性之資料行時應該使用的計算條件約束 SQL 運算式。

DefaultValue

建立此屬性的資料行時,要用於資料行定義中的預設值。

DefaultValueSql

建立此屬性之資料行時應該使用的預設條件約束 SQL 運算式。

IsFixedLength

旗標,指出 屬性是否能夠只儲存固定長度的資料,例如字串。

適用於