AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..Insert Method

Inserts an [Object]into 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
[System.NotSupportedException]