Table of Contents

Class Property

Namespace
Utils.OData.Metadatas
Assembly
Utils.OData.dll
public class Property
Inheritance
Property
Inherited Members
Extension Methods

Properties

Annotations

public Annotation[] Annotations { get; set; }

Property Value

Annotation[]

IsNullable

Returns true when the property allows null values. Defaults to true when the EDM Nullable facet is absent, as required by the OData specification.

public bool IsNullable { get; }

Property Value

bool

MaxLength

public int MaxLength { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

NullableFacet

public string? NullableFacet { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string