Returns the type of the mapping's persistent object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property PersistentType As Type |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TypeMapping
Dim value As Type
value = instance.PersistentType
|
| C# | |
|---|
public Type PersistentType {get;} |
| Managed Extensions for C++ | |
|---|
public: __property Type* get_PersistentType(); |
| C++/CLI | |
|---|
public:
property Type^ PersistentType {
Type^ get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also