Represents all parameters to a ULCommand.
Public NotInheritable Class ULParameterCollection Inherits System.Data.Common.DbParameterCollection
public sealed class ULParameterCollection : System.Data.Common.DbParameterCollection
All members of ULParameterCollection class, including all inherited members.
Name | Description |
---|---|
Adds a ULParameter to the collection. | |
Adds an array of values to the end of the ULParameterCollection. | |
Removes all the parameters from the collection. | |
Checks whether a ULParameter exists in the collection. | |
Copies ULParameter objects from the ULParameterCollection to the specified array. | |
Returns an enumerator for the collection. | |
GetParameter method (Inherited from System.Data.Common.DbParameterCollection) |
Returns the System.Data.Common.DbParameter object at the specified index in the collection. |
Returns the location of the ULParameter in the collection. | |
Inserts an ULParameter in the collection at the specified index. | |
Removes an ULParameter from the collection. | |
Removes the parameter at the specified index in the collection. | |
SetParameter method (Inherited from System.Data.Common.DbParameterCollection) |
Sets the System.Data.Common.DbParameter object at the specified index to a new value. |
Returns the number of ULParameter objects in the collection. | |
Indicates whether the ULParameterCollection has a fixed size. | |
Indicates whether the ULParameterCollection is read-only. | |
Indicates whether the ULParameterCollection is synchronized. | |
Returns an object that can be used to synchronize access to the SAParameterCollection. | |
Returns the ULParameter at the specified index. |
All parameters in the collection are treated as positional parameters and are specified in the same order as the question mark placeholders in the ULCommand.CommandText. For example, the first parameter in the collection corresponds to the first question mark in the SQL statement, the second parameter in the collection corresponds to the second question mark in the SQL statement, and so on. There must be at least as many question marks in the ULCommand.CommandText as there are parameters in the collection. Nulls are substituted for missing parameters.
There is no constructor for ULParameterCollection. You obtain a ULParameterCollection from the ULCommand.Parameters.
Add method
AddRange method
Clear method
Contains method
CopyTo method
GetEnumerator method
IndexOf method
Insert method
Remove method
RemoveAt method
Count property
IsFixedSize property
IsReadOnly property
IsSynchronized property
SyncRoot property
this property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |