dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class / FromXml Method
The XML encoding used to reconstruct the security object.

In This Topic
FromXml Method
In This Topic
Reconstructs a security object with the specified state from XML encoding.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub FromXml( _
   ByVal passedElement As SecurityElement _
) 
 

Parameters

passedElement
The XML encoding used to reconstruct the security object.
Remarks
Custom code that extends security objects need to implement the ToXml and FromXml methods to make the objects security-encodable.
See Also