Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to create a dictionary of parameters to pass to the service method.
Namespace: Sys.Data
var MyPB = new Sys.DataAdoNetInvokeParametersBuilder();
Members
Name |
Description |
|---|---|
Adds a boolean parameter to the builder. |
|
Adds a date parameter to the builder. |
|
Adds a decimal parameter to the builder. |
|
Adds a floating point parameter to the builder. |
|
Adds a GUID parameter to the builder. |
|
Adds an integer parameter to the builder. |
|
Adds a string parameter to the builder. |
|
Generates a complete query string based on this object's parameter dictionary. |
|
Gets the dictionary of parameters for the current builder. |