EntityParameter.SourceColumnNullMapping 属性

定义

获取或设置一个值,该值指示源列是否可以为 null。

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

属性值

如果源列可为 null,则为 true;否则,为 false

适用于