NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeParameters Methods

The methods of the ICodeParameters interface are listed below. For a complete list of ICodeParameters interface members, see the ICodeParameters Members topic.

Add Adds a new statement to the collection.
GetCount Gets the number of parameters currently in the collection.
GetItemAt Gets the parameter at the specified index.
GetItems Gets a snapshot of all contained parameters.
SetItemAt Sets the item at the specified index.
SetItems Clears the current set of parameters, and replaces them with the parameters in value.

See Also

ICodeParameters Interface | System.ComponentModel.Design.CodeModel Namespace