AlterComment Method (OracleQueueTable)
In This Topic
Sets the user-defined description of the queue table.
Syntax
'Declaration
Public Sub AlterComment( _
ByVal As String _
)
public void AlterComment(
string
)
Parameters
- comment
- The user-defined commect to set.
See Also