Represents all parameters to a ULCommand object.
Public NotInheritable Class ULParameterCollection Inherits System.Data.Common.DbParameterCollection
public sealed class ULParameterCollection : System.Data.Common.DbParameterCollection
All members of the ULParameterCollection class, including all inherited members.
Name | Description |
---|---|
Adds a ULParameter object 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 object exists in the collection. | |
Copies ULParameter objects from the ULParameterCollection to the specified array. | |
Returns an enumerator for the collection. | |
|
Returns the ![]() |
Returns the location of the ULParameter object in the collection. | |
Inserts an ULParameter object in the collection at the specified index. | |
Removes an ULParameter object from the collection. | |
Removes the parameter at the specified index in the collection. | |
|
Sets the ![]() |
Returns the number of ULParameter objects in the collection. | |
Indicates whether the ULParameterCollection object has a fixed size. | |
Indicates whether the ULParameterCollection object is read-only. | |
Indicates whether the ULParameterCollection object is synchronized. | |
Returns an object that can be used to synchronize access to the SAParameterCollection object. | |
Returns the ULParameter object 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 value. 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 value as there are parameters in the collection. Nulls are substituted for missing parameters.
There is no constructor for the ULParameterCollection class. You obtain a ULParameterCollection object from the ULCommand.Parameters property.
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
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |