DataProperty Properties Breeze.sharp

The DataProperty type exposes the following members.

Properties

  Name Description
Public property ClrType
The CLR type for this property.
(Overrides StructuralPropertyClrType.)
Public property ComplexType
The ComplexType for this property. This will be null for a simple DataProprty.
Public property ConcurrencyMode
Public property Custom (Inherited from StructuralProperty.)
Public property DataType
The DataType for this property. This will be null for a ComplexType DataProperty.
Public property DefaultValue
Public property DisplayName (Inherited from StructuralProperty.)
Public property EnumTypeName
Public property InverseNavigationProperty
Public property IsAutoIncrementing
Whether this property is autoincrementing.
Public property IsComplexProperty
Public property IsConcurrencyProperty
Public property IsDataProperty (Overrides StructuralPropertyIsDataProperty.)
Public property IsEnumType
Whether this property is an Enum type.
Public property IsForeignKey
Public property IsInherited (Inherited from StructuralProperty.)
Public property IsNavigationProperty (Overrides StructuralPropertyIsNavigationProperty.)
Public property IsNullable
Whether this property is nullable.
Public property IsPartOfKey
Whether this property is part of this entity type's key.
Public property IsScalar (Inherited from StructuralProperty.)
Public property IsUnmapped (Inherited from StructuralProperty.)
Public property MaxLength
Public property MetadataStore (Inherited from StructuralProperty.)
Public property Name (Inherited from StructuralProperty.)
Public property NameOnServer (Inherited from StructuralProperty.)
Public property ParentType (Inherited from StructuralProperty.)
Public property RawTypeName
Public property RelatedNavigationProperty
Public property Validators (Inherited from StructuralProperty.)
Top
See Also

Reference