Share via


EdmStructuredObject.IsNullable Property

 

Gets or sets whether the EDM object is nullable or not.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public bool IsNullable {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IsNullable {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member IsNullable : bool with get, set
Public Property IsNullable As Boolean

Property Value

Type: System.Boolean

See Also

EdmStructuredObject Class
System.Web.Http.OData Namespace

Return to top