EntityParameter.SourceColumnNullMapping 属性

定义

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

public override bool SourceColumnNullMapping { get; set; }
member this.SourceColumnNullMapping : bool with get, set
Public Overrides Property SourceColumnNullMapping As Boolean

属性值

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

适用于