| ExtensionMethodsToQuery Method |
Convert query types
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public static NameValueCollection ToQuery(
this NameValueCollection nvc
)
<ExtensionAttribute>
Public Shared Function ToQuery (
nvc As NameValueCollection
) As NameValueCollection
public:
[ExtensionAttribute]
static NameValueCollection^ ToQuery(
NameValueCollection^ nvc
)
[<ExtensionAttribute>]
static member ToQuery :
nvc : NameValueCollection -> NameValueCollection
Parameters
- nvc
- Type: System.Collections.SpecializedNameValueCollection
[Missing <param name="nvc"/> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.ToQuery(System.Collections.Specialized.NameValueCollection)"]
Return Value
Type:
NameValueCollection[Missing <returns> documentation for "M:SanteDB.Rest.Common.ExtensionMethods.ToQuery(System.Collections.Specialized.NameValueCollection)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
NameValueCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also