AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLParameterCollection..::..Insert Method

Inserts an Objectinto the AceQLParameterCollection at the specified index. Not implemented.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public void Insert(
	int index,
	Object value
)

Parameters

index
Type: Int32
The zero-based index at which value should be inserted.
value
Type: Object
An Object to be inserted in the AceQLParameterCollection.

Exceptions


ExceptionCondition
NotSupportedException