Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7056819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:54:44+00:00 2026-05-28T03:54:44+00:00

ExecuteSqlQuery activity from WF ADO.NET Activity Pack CTP 1 has a nice dialog for

  • 0

ExecuteSqlQuery activity from WF ADO.NET Activity Pack CTP 1 has a nice dialog for its Parameters property. I would like to use the same approach for my custom activity to provide user with ability to specifying any number of arguments in design mode and binding each argument to an expression. Is there a way to use this existing dialog box?

Collection Property Designer

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:54:45+00:00Added an answer on May 28, 2026 at 3:54 am

    DynamicActivityDialog provides this functionality:

    ModelItem modelItem = this.ModelItem.Properties["Arguments"].Dictionary;
    using (ModelEditingScope change = modelItem.BeginEdit("ArgumentsEditing"))
    {
        if (DynamicArgumentDialog.ShowDialog(this.ModelItem, modelItem, Context, this.ModelItem.View, options))
        {
            change.Complete();
        }
        else
        {
            change.Revert();
        }
    }
    

    And in the activity, you must have the initialized property:

    public Dictionary<string, Argument> Arguments {get; private set;}
    

    You can populate the Dictionary<string, Argument> before show the dialog for predefined itens.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to insert ID values in stored procedure from .net and the
I have dynamic query I want to get two output parameters from it I
Using Spring 1.2.1 and oracle.jdbc.pool.OracleDataSource 10.2.0.3.0 I sometimes get a stack trace like below.
I have a little problem with getting all data from SQLite database and showing
I am trying to call a function that SELECTS values from my Web SQL
Why does this code crash? CustomDatabaseHelper.java: public class CustomDatabaseHelper { SQLiteDatabase db; private static
I have that procedure which returns rows associated by ID with passed argument, i.e
I'm working on a project which is saving some images to sdcard and now
I have a little issue with setting an image to a list view using
I'm writing a python CGI script that will query a MySQL database. I'm using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.