EntityType Properties Breeze.sharp

The EntityType type exposes the following members.

Properties

  Name Description
Public property AutoGeneratedKeyType
The AutoGeneratedKeyType for this EntityType.
Public property BaseEntityType
The base EntityType (if any) for this EntityType.
Public property ClrType (Inherited from StructuralType.)
Public property ComplexProperties (Inherited from StructuralType.)
Public property ConcurrencyProperties
The DataProperties associated with this EntityType that are concurrency properties.
Public property Custom (Inherited from StructuralType.)
Public property DataProperties (Inherited from StructuralType.)
Public property DefaultResourceName
The default resource name associated with this EntityType. An EntityType may be queried via a variety of 'resource names' but this one is used as the default when no resource name is provided. This will occur when calling loadNavigationProperty or when executing any EntityQuery that was created via an EntityKey.
Public property ForeignKeyProperties
The DataProperties associated with this EntityType that are foreign key properties.
Public property InverseForeignKeyProperties
The DataProperties on other EntityTypes that are foriegn key properties associated with this EntityType.
Public property IsAbstract (Inherited from StructuralType.)
Public property IsAnonymous (Inherited from StructuralType.)
Public property IsEntityType
Always true - property is defined at the StructuralType level.
(Overrides StructuralTypeIsEntityType.)
Public property KeyProperties
The DataProperties associated with this EntityType that make up it's EntityKey.
Public property MetadataStore (Inherited from StructuralType.)
Public property Name (Inherited from StructuralType.)
Public property NameOnServer (Inherited from StructuralType.)
Public property Namespace (Inherited from StructuralType.)
Public property NavigationProperties
The NavigationProperty's associated with this EntityType.
Public property Properties
All of the data and navigation properties on this EntityType.
(Overrides StructuralTypeProperties.)
Public property SelfAndSubEntityTypes
All EntityTypes that are subtypes of this EntityType.
Public property ShortName (Inherited from StructuralType.)
Public property UnmappedProperties (Inherited from StructuralType.)
Public property Validators (Inherited from StructuralType.)
Public property Warnings (Inherited from StructuralType.)
Top
See Also

Reference