EntityParameter.SourceColumnNullMapping 屬性

定義

取得或設定一個值,指示來源欄位是否可為空。

public:
 virtual property bool SourceColumnNullMapping { bool get(); void set(bool value); };
public override bool SourceColumnNullMapping { get; set; }
member this.SourceColumnNullMapping : bool with get, set
Public Overrides Property SourceColumnNullMapping As Boolean

屬性值

true若來源欄位為 nullable;否則,。 false

適用於