EdmScalarPropertyAttribute::IsNullable Property

 

Gets or sets the value that indicates whether the property can have a null value.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property bool IsNullable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The value that indicates whether the property can have a null value.

The IsNullable and EntityKeyProperty properties cannot both be true.

.NET Framework
Available since 3.5
Return to top
Show: