Class Property
public class Property
- Inheritance
-
Property
- Inherited Members
- Extension Methods
Properties
Annotations
public Annotation[] Annotations { get; set; }
Property Value
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
MaxLength
public int MaxLength { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
NullableFacet
public string? NullableFacet { get; set; }
Property Value
Type
public string Type { get; set; }