Chili.Opf3 Send comments on this topic.
PersistentAttributes Property
See Also 
Chili.Opf3.Query Namespace > ObjectExpression Class : PersistentAttributes Property




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.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PersistentAttributes As IList(Of PersistentAttribute)
Visual Basic (Usage)Copy Code
Dim instance As ObjectExpression
Dim value As IList(Of PersistentAttribute)
 
value = instance.PersistentAttributes
C# 
public IList<PersistentAttribute> PersistentAttributes {get;}
Managed Extensions for C++ 
public: __property IList<PersistentAttribute>* get_PersistentAttributes();
C++/CLI 
public:
property IList<PersistentAttribute>^ PersistentAttributes {
   IList<PersistentAttribute>^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also