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) |
| Managed Extensions for C++ | |
|---|
public: __property IList<PersistentAttribute>* get_PersistentAttributes(); |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also