System.Data
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Data.Common.DbParameterCollection
System.ComponentModel.Editor("Microsoft.VSDesigner.Data.Design.DBParametersEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
System.ComponentModel.ListBindable(false)
The number of parameters in the collection must equal the number of parameter placeholders within the command text, otherwise the .NET Framework Data Provider for OLE DB might raise an error.
Represents a collection of parameters relevant to an as well as their respective mappings to columns in a .
Method
System.Data.OleDb.OleDbParameter
To be added
Adds the specified to the .
The index of the new object.
The to add to the collection.
1.0.5000.0
2.0.0.0
Method
System.Int32
To be added
Adds the specified object to the .
The index of the new object in the collection.
A .
1.0.5000.0
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
Method
System.Data.OleDb.OleDbParameter
To be added
Adds an to the , given the parameter name and data type.
The index of the new object.
The name of the parameter.
One of the values.
1.0.5000.0
2.0.0.0
Method
System.Data.OleDb.OleDbParameter
Use caution when using this overload of the method to specify integer parameter values. Because this overload takes a of type , you must convert the value to an type when the value is zero, as the following C# example demonstrates.
parameters.Add("@pname", Convert.ToInt32(0));
If you do not perform this conversion, the compiler will assume you are attempting to call the overload.
Adds an to the given the parameter name and value.
The index of the new object.
The name of the parameter.
The of the to add to the collection.
1.0.5000.0
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.Obsolete("OleDbParameterCollection.Add(string, value) is now obsolete. Use OleDbParameterCollection.AddWithValue(string, object) instead.")
Method
System.Data.OleDb.OleDbParameter
To be added
Adds an to the given the parameter name, data type, and column length.
The index of the new object.
The name of the parameter.
One of the values.
The length of the column.
1.0.5000.0
2.0.0.0
Method
System.Data.OleDb.OleDbParameter
To be added
Adds an to the given the parameter name, data type, column length, and source column name.
The index of the new object.
The name of the parameter.
One of the values.
The length of the column.
The name of the source column.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
To be added.
Adds an array of values to the end of the .
The values to add.
Method
2.0.0.0
System.Void
To be added.
Adds an array of values to the end of the .
The values to add.
Method
2.0.0.0
System.Data.OleDb.OleDbParameter
To be added.
Adds a value to the end of the .
An object.
The name of the parameter.
The value to be added.
Method
System.Void
To be added
Removes all objects from the .
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Boolean
To be added.
Determines whether the specified is in this .
true if the is in the collection; otherwise false.
The value.
Method
System.Boolean
To be added
Determines whether the specified is in this .
true if the contains ; otherwise false.
The value.
1.0.5000.0
2.0.0.0
Method
System.Boolean
To be added
Determines whether the specified is in this .
true if the contains the value; otherwise false.
The value.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added
Copies all the elements of the current to the specified one-dimensional starting at the specified destination index.
The one-dimensional that is the destination of the elements copied from the current .
A 32-bit integer that represents the index in the at which copying starts.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
To be added.
Copies all the elements of the current to the specified starting at the specified destination index.
The that is the destination of the elements copied from the current .
A 32-bit integer that represents the index in the at which copying starts.
Property
System.Int32
To be added: an object of type 'int'
To be added
Returns an integer that contains the number of elements in the . Read-only.
1.0.5000.0
2.0.0.0
Method
System.Collections.IEnumerator
To be added
Returns an enumerator that iterates through the .
An for the .
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Data.Common.DbParameter
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Data.Common.DbParameter
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Int32
To be added.
Gets the location of the specified within the collection.
The zero-based location of the specified that is a within the collection.
The object in the collection to find.
Method
System.Int32
To be added
The location of the specified within the collection.
The zero-based location of the specified that is a within the collection.
The to find.
1.0.5000.0
2.0.0.0
Method
System.Int32
To be added
Gets the location of the specified with the specified name.
The zero-based location of the specified with the specified case-sensitive name.
The case-sensitive name of the to find.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
To be added.
Inserts a object into the at the specified index.
The zero-based index at which value should be inserted.
An object to be inserted in the .
Method
System.Void
To be added
Inserts a into the at the specified index.
The zero-based index at which value should be inserted.
A to be inserted in the .
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Boolean
To be added.
To be added.
Gets a value that indicates whether the has a fixed size. Read-only.
Property
2.0.0.0
System.Boolean
To be added.
To be added.
Gets a value that indicates whether the is read-only.
Property
2.0.0.0
System.Boolean
To be added.
To be added.
Gets a value that indicates whether the is synchronized. Read-only.
Property
System.Data.OleDb.OleDbParameter
To be added: an object of type 'int'
To be added
To be added: an object of type 'OleDbParameter'
To be added
1.0.5000.0
2.0.0.0
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.Browsable(false)
Property
System.Data.OleDb.OleDbParameter
To be added: an object of type 'string'
To be added
To be added: an object of type 'OleDbParameter'
To be added
1.0.5000.0
2.0.0.0
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.Browsable(false)
Method
2.0.0.0
System.Void
To be added.
Removes the from the .
An object to remove from the collection.
Method
System.Void
To be added
Removes the object from the .
An to be removed from the .
1.0.5000.0
2.0.0.0
Method
System.Void
To be added
Removes the from the at the specified index.
The zero-based index of the object to remove.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added
Removes the from the at the specified parameter name.
The name of the object to remove.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Void
To be added.
To be added.
To be added.
To be added.
Property
2.0.0.0
System.Object
To be added.
To be added.
Gets an object that can be used to synchronize access to the . Read-only.
Property
1.0.5000.0
System.Boolean
To be added.
To be added.
To be added.
Property
1.0.5000.0
System.Object
To be added.
To be added.
To be added.
Property
1.0.5000.0
System.Boolean
To be added.
To be added.
To be added.
Property
1.0.5000.0
System.Boolean
To be added.
To be added.
To be added.
Property
1.0.5000.0
2.0.0.0
System.Object
To be added.
To be added.
To be added.
To be added.
Property
1.0.5000.0
2.0.0.0
System.Object
To be added.
To be added.
To be added.
To be added.