dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class / ToXml Method

In This Topic
ToXml Method
In This Topic
Creates XML encoding of the security object and its current state.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ToXml() As SecurityElement
 

Return Value

XML encoding of the security object, including any state information.
Remarks
Custom code that extends security objects need to implement the ToXml and FromXml methods to make the objects security-encodable.
See Also