'Declaration
Public Overloads Shared Function Parse( _ ByVal context As IServiceMessageContext, _ ByVal text As String, _ ByVal updateTables As Boolean _ ) As QualifiedName
'Usage
Dim context As IServiceMessageContext Dim text As String Dim updateTables As Boolean Dim value As QualifiedName value = QualifiedName.Parse(context, text, updateTables)
public static QualifiedName Parse( IServiceMessageContext context, string text, bool updateTables )
public: static QualifiedName^ Parse( IServiceMessageContext^ context, String^ text, bool updateTables )
Parameters
- context
- The QualifiedName value as a string.
- text
- The QualifiedName value as a string.
- updateTables
- Whether the NamespaceTable should be updated with the NamespaceUri.