EntityParameter.SourceColumnNullMapping Property

Definition

Gets or sets a value that indicates whether source column is nullable.

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

Property Value

true if source column is nullable; otherwise, false.

Applies to