Share via


NamespaceQualifiedWildcardSelectItem(String) Constructor

Definition

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.

Applies to