Entity Properties

Properties

AllowRowLockingGets or sets the value determining whether this Entity allows physical row locking.
Cached When set to true, whenever this Entity is used within a Relation the data will be cached.
CacheEmptyResults 
CacheNonUniqueResults 
CaptionGets or sets the Entity's caption
CheckDuplicateIndex 
Columns Returns a ColumnCollection that contains all the columns of this Entity
EntityNameGets or sets the name of the entity in the database
IdentityColumn 
Indexes Returns a collection of Sorts that are associated with this Entity
PrimaryKeyColumns Returns an array containing the columns that are used as this Entity primary key
ReadOnly 
ReuseSelectResultOnPaging 

See Also