DevForce Help Reference
DataEntityProperty Class Properties


For a list of all members of this type, see DataEntityProperty members.

Public Properties
 NameDescription
Public PropertyConcurrencyStrategyConcurrencyStrategy for this property.  
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyDefaultValue Gets or sets the default value for this property.  
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsAutoIncrementing Whether this property is auto-incrementing or uses a store-generated identifier.  
Public PropertyIsComplexType Whether this property is a complex type (a non-primitive data type).  
Public PropertyIsComputed Whether this property uses a StoreGeneratedPattern of "Computed".  
Public PropertyIsConcurrencyProperty Whether this property is a concurrency property.  
Public PropertyIsForeignKeyProperty Is this a foreign key property.  
Public PropertyIsNativeProperty Gets or sets whether this property is a native property.  
Public PropertyIsNullable Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsPartOfKey Whether this property is part of the primary key.  
Public PropertyIsReadOnly Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyMemberMetadata Metadata for the property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyName The name of this property in the Entity; this is not necessarily the data source name. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyOrdinal The ordinal index of the property in the collection of all properties for the Entity.  
Public PropertyPropertyInfo The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyRelatedNavigationPropertyName The related navigation property name that this is the foreign key for.  
Top
Protected Properties
 NameDescription
Protected PropertyEntityKind The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Top
See Also

Reference

DataEntityProperty Class
IdeaBlade.EntityModel Namespace
EntityProperty Class
DataEntityProperty<TInstance,TValue> Class
NavigationEntityProperty Class

Send Feedback