NamespaceQualifiedWildcardSelectItem(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of this class with the specified with the Namespace.
public NamespaceQualifiedWildcardSelectItem (string namespaceName);
new Microsoft.OData.UriParser.NamespaceQualifiedWildcardSelectItem : string -> Microsoft.OData.UriParser.NamespaceQualifiedWildcardSelectItem
Public Sub New (namespaceName As String)
Parameters
- namespaceName
- String
The namespace of the wildcard.
Exceptions
Throws if the input container is null.