Chili.Opf3 Send comments on this topic.
ObjectExpression Class Properties
See Also 
Chili.Opf3.Query Namespace : ObjectExpression Class


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

Public Properties

 NameDescription
Public PropertyItems Returns the ObjectExpressionItems (conditions, sort options, joins, brackets, comparer, concats, ...) of the ObjectExpression.  
Public PropertyPersistentAttributes Returns a list of PersistentAttributes of the ObjectExpression. The attribute is the attribute from the entity that is requested from the storage and it is used to compiled the ObjectExpression to a CompildQuery.  
Public PropertyQueryType Returns the QueryType of the ObjectExpression. (Inherited from Expression)
Public PropertyTimeout Specifies the wait time before terminating the attempt to execute a command and generating an error. (Inherited from Expression)
Public PropertyTypeMapping Returns the primary TypeMapping associated with the ObjectExpression.  
Top

See Also