Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,105 for

query

(0.12 sec)
  1. Filter Messages from IMAP Server in C#|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....how to build more complex queries. The API also provides the...ImapClient.ListMessages(MailQuery query) method and pass the MailQuery...

    docs.aspose.com/email/net/filter-messages-from-...
  2. .NET 应用程序中的 Google 日历管理|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....app1 ); // Create Freebusy query by setting min/max timeand time...FreebusyQuery query = new FreebusyQuery (); query . TimeMin = DateTime...

    docs.aspose.com/email/zh/net/manage-google-cale...
  3. FieldDatabase.table_format property | Aspose.Wo...

    FieldDatabase.table_format property. Gets or sets the format that is to be applied to the result of the database Query....the result of the database query. @property def table_format...FieldDatabase FieldDatabase.query property...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 过滤 Exchange 邮箱中的邮件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....username , password , domain ); // Query building by means of ExchangeQueryBuilder...on ( new Date ()); MailQuery query = builder . getQuery (); //...

    docs.aspose.com/email/zh/java/filter-messages-f...
  5. Tables|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....HTML Read and Write Table with Query Table Data Source Set the Comment...

    docs.aspose.com/cells/python-java/tables/
  6. Working with ImapClient Asynchronously|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....contains ( "Subject" ); MailQuery query = builder . getQuery (); IAsyncResult...client . beginListMessages ( query ); ImapMessageInfoColle messages...

    docs.aspose.com/email/java/working-with-imapcli...
  7. Aspose::Words::Fields::FieldDatabase::set_Query...

    Aspose::Words::Fields::FieldDatabase::set_Query method. Sets a set of SQL instructions that Query the database in C++....abase::set_Query method FieldDatabase::set_Query method Sets...set of SQL instructions that query the database. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. FieldOptions.field_database_provider property |...

    FieldOptions.field_database_provider property. Gets or sets a provider that returns a Query result for the [FieldDatabase](../../fielddatabase/) field....sets a provider that returns a query result for the FieldDatabase...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::NodeList class | Aspose.Words fo...

    Aspose::Words::NodeList class. Represents a collection of nodes matching an XPath Query executed using the SelectNodes() method. To learn more, visit the documentation article in C++....of nodes matching an XPath query executed using the SelectNodes()...of nodes matching the XPath query. NodeList supports indexed access...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. How to call data only once, even if I have mult...

    Hi, I’ve a problem. I have a template that starts by building a data structure by making different calls. This take about 20 minutes to retrieve datas. Then I have 4 foreach loops that process the data and displaying …...method that performs a heavy query or transformation and that method...variable If the source is a LINQ query, force a single enumeration...

    forum.aspose.com/t/how-to-call-data-only-once-e...