Sys.Data.AdoNetInvokeParametersBuilder.parameters Property

Gets the dictionary of parameters for the current AdoNetInvokeParametersBuilder object.

Note

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var params = MyPB.get_parameters();

Return Value

A dictionary of parameters for the current AdoNetInvokeParametersBuilder object.

See Also

Other Resources

Sys.Data.DataContext Class

Language Reference