Query Constructors
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.
Query(String) |
Initializes a new instance of the Query struct. |
Query(String, IReadOnlyDictionary<String,String>) |
Initializes a new instance of the Query struct. |
Initializes a new instance of the Query struct.
public:
Query(System::String ^ queryText);
C#
public Query(string queryText);
new System.Cloud.DocumentDb.Query : string -> System.Cloud.DocumentDb.Query
Public Sub New (queryText As String)
Parameters
- queryText
- String
The query text.
Applies to
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
Initializes a new instance of the Query struct.
public:
Query(System::String ^ queryText, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ parameters);
C#
public Query(string queryText, System.Collections.Generic.IReadOnlyDictionary<string,string> parameters);
new System.Cloud.DocumentDb.Query : string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> System.Cloud.DocumentDb.Query
Public Sub New (queryText As String, parameters As IReadOnlyDictionary(Of String, String))
Parameters
- queryText
- String
The query text.
- parameters
- IReadOnlyDictionary<String,String>
The query parameters.
Applies to
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: