System.Data
Describes the type of access to user data for a user-defined method or function.
The method or function does not access user data.
The method or function reads user data.
Used by and to indicate the serialization format of a user-defined type (UDT) or aggregate.
The serialization format uses a very simple algorithm that enables SQL Server to store an efficient representation of the UDT on disk. Types marked for serialization can only have value types (structs in Microsoft Visual C# and structures in Microsoft Visual Basic .NET) as members. Members of reference types (such as classes in Visual C# and Visual Basic), either user-defined or those existing in the framework (such as ), are not supported.
The serialization format is unknown.
The serialization format gives the developer full control over the binary format through the and methods.
Provides custom implementation for user-defined type (UDT) and user-defined aggregate serialization and deserialization.
Generates a user-defined type (UDT) or user-defined aggregate from its binary form.
The stream from which the object is deserialized.
Converts a user-defined type (UDT) or user-defined aggregate into its binary format so that it may be persisted.
The stream to which the UDT or user-defined aggregate is serialized.
Thrown when SQL Server or the ADO.NET provider detects an invalid user-defined type (UDT).
Streams all the properties into the class for the given .
The object.
The object.
Represents an abstraction of the caller's context, which provides access to the , , and objects. This class cannot be inherited.
Specifies whether the calling code is running within SQL Server, and if the context connection can be accessed.
if the context connection is available and the other members can be accessed.
Gets the pipe object that allows the caller to send result sets, messages, and the results of executing commands back to the client.
An instance of if a pipe is available, or if called in a context where pipe is not available (for example, in a user-defined function).
Gets the trigger context used to provide the caller with information about what caused the trigger to fire, and a map of the columns that were updated.
An instance of if a trigger context is available, or if called outside of a trigger invocation.
The Microsoft Windows identity of the caller.
A instance representing the Windows identity of the caller, or if the client was authenticated using SQL Server Authentication.
Represents a single row of data and its metadata. This class cannot be inherited.
Inititializes a new instance with the schema based on the array of objects passed as an argument.
An array of objects that describe each column in the .
The is .
Gets the number of columns in the data row. This property is read-only.
The number of columns in the data row as an integer.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as an array of objects.
The zero-based ordinal of the column.
The offset into the field value to start retrieving bytes.
The target buffer to which to copy bytes.
The offset into the buffer to which to start copying bytes.
The number of bytes to copy to the buffer.
The number of bytes copied.
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as an array of objects.
The zero-based ordinal of the column.
The offset into the field value to start retrieving characters.
The target buffer to copy chars to.
The offset into the buffer to start copying chars to.
The number of chars to copy to the buffer.
The number of characters copied.
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Returns the name of the data type for the column specified by the ordinal argument.
The zero-based ordinal of the column.
A that contains the data type of the column.
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Returns the specified column's data as a .
The zero-based column ordinal.
The value of the specified column as a .
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Returns a object representing the common language runtime (CLR) type that maps to the SQL Server type of the column specified by the argument.
The zero-based ordinal of the column.
The column type as a object.
The is less than 0 or greater than the number of columns (that is, ).
The column is of a user-defined type that is not available to the calling application domain.
The column is of a user-defined type that is not available to the calling application domain.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
The column specified by is null.
There is a type mismatch.
Returns the name of the column specified by the ordinal argument.
The zero-based ordinal of the column.
A containing the column name.
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns the column ordinal specified by the column name.
The name of the column to look up.
The zero-based ordinal of the column as an integer.
is .
The column name could not be found.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns a object that represents the type (as a SQL Server type, defined in ) that maps to the SQL Server type of the column.
The zero-based ordinal of the column.
The column type as a object.
The is less than 0 or greater than the number of columns (that is, ).
The column is of a user-defined type that is not available to the calling application domain.
The column is of a user-defined type that is not available to the calling application domain.
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns a object, describing the metadata of the column specified by the column ordinal.
The zero-based ordinal of the column.
The column metadata as a object.
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns the data value stored in the column, expressed as a SQL Server type, specified by the column ordinal.
The zero-based ordinal of the column.
The value of the column, expressed as a SQL Server type, as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns the values for all the columns in the record, expressed as SQL Server types, in an array.
The array into which to copy the values column values.
An that indicates the number of columns copied.
is .
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Gets the value for the column specified by the ordinal as a .
The zero-based ordinal of the column.
The column value as a .
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns the specified column's data as a .
The zero-based column ordinal.
The value of the specified column as a .
Returns the common language runtime (CLR) type value for the column specified by the ordinal argument.
The zero-based ordinal of the column.
The CLR type value of the column specified by the ordinal.
The is less than 0 or greater than the number of columns (that is, ).
There is a type mismatch.
Returns the values for all the columns in the record, expressed as common language runtime (CLR) types, in an array.
The array into which to copy the values column values.
An that indicates the number of columns copied.
is .
There is a type mismatch.
Returns true if the column specified by the column ordinal parameter is null.
The zero-based ordinal of the column.
if the column is null; otherwise.
The is less than 0 or greater than the number of columns (that is, ).
Gets the common language runtime (CLR) type value for the column specified by the column argument.
The zero-based ordinal of the column.
The CLR type value of the column specified by the .
The is less than 0 or greater than the number of columns (that is, ).
Gets the common language runtime (CLR) type value for the column specified by the column argument.
The name of the column.
The CLR type value of the column specified by the .
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified array of values.
The zero-based ordinal of the column.
The offset into the field value to start copying bytes.
The target buffer from which to copy bytes.
The offset into the buffer from which to start copying bytes.
The number of bytes to copy from the buffer.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified array of values.
The zero-based ordinal of the column.
The offset into the field value to start copying characters.
The target buffer from which to copy chars.
The offset into the buffer from which to start copying chars.
The number of chars to copy from the buffer.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the value of the column specified to the value.
The zero-based ordinal of the column.
The new value of the column.
Sets the value in the specified column to .
The zero-based ordinal of the column.
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the data stored in the column to the specified value.
The zero-based ordinal of the column.
The new value of the column.
The is less than 0 or greater than the number of columns (that is, ).
Sets the value of the column specified to the .
The zero-based ordinal of the column.
The new value of the column.
The passed in is a negative number.
The value passed in is greater than 24 hours in length.
Sets a new value, expressed as a common language runtime (CLR) type, for the column specified by the column ordinal.
The zero-based ordinal of the column.
The new value for the specified column.
The is less than 0 or greater than the number of columns (that is, ).
Sets new values for all of the columns in the . These values are expressed as common language runtime (CLR) types.
The array of new values, expressed as CLR types boxed as references, for the instance.
The number of column values set as an integer.
is .
The size of values does not match the number of columns in the instance.
Not supported in this release.
The zero-based ordinal of the column.
Always throws an exception.
The is less than 0 or greater than the number of columns (that is, ).
Annotates the returned result of a user-defined type (UDT) with additional information that can be used in Transact-SQL.
An optional attribute on a user-defined type (UDT) return type, used to annotate the returned result with additional information that can be used in Transact-SQL.
Indicates whether the return type of the user-defined type is of a fixed length.
if the return type is of a fixed length; otherwise .
Indicates whether the return type of the user-defined type can be .
if the return type of the user-defined type can be ; otherwise .
The maximum size, in logical units, of the underlying field type of the user-defined type.
An representing the maximum size, in logical units, of the underlying field type.
The precision of the return type of the user-defined type.
An representing the precision of the return type.
The scale of the return type of the user-defined type.
An representing the scale of the return type.
Used to mark a method definition of a user-defined aggregate as a function in SQL Server. The properties on the attribute reflect the physical characteristics used when the type is registered with SQL Server.
An optional attribute on a user-defined aggregate, used to indicate that the method should be registered in SQL Server as a function. Also used to set the , , , , , , and properties of the function attribute.
Indicates whether the function involves access to user data stored in the local instance of SQL Server.
.: Does not access data. .: Only reads user data.
The name of a method in the same class which is used to fill a row of data in the table returned by the table-valued function.
A value representing the name of a method in the same class which is used to fill a row of data in the table returned by the table-valued function.
Indicates whether the user-defined function is deterministic.
if the function is deterministic; otherwise .
Indicates whether the function involves imprecise computations, such as floating point operations.
if the function involves precise computations; otherwise .
The name under which the function should be registered in SQL Server.
A value representing the name under which the function should be registered.
Indicates whether the function requires access to data stored in the system catalogs or virtual system tables of SQL Server.
.: Does not access system data. .: Only reads system data.
A string that represents the table definition of the results, if the method is used as a table-valued function (TVF).
A value representing the table definition of the results.
Specifies and retrieves metadata information from parameters and columns of objects. This class cannot be inherited.
Initializes a new instance of the class with the specified column name and type.
The name of the column.
The SQL Server type of the parameter or column.
The is .
A that is not allowed was passed to the constructor as .
Initializes a new instance of the class with the specified column name, and default server. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, precision, and scale.
The name of the parameter or column.
The SQL Server type of the parameter or column.
The precision of the parameter or column.
The scale of the parameter or column.
The is .
A that is not allowed was passed to the constructor as , or was greater than .
Initializes a new instance of the class with the specified column name, type, precision, scale, and server default. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
The precision of the parameter or column.
The scale of the parameter or column.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, and maximum length.
The name of the column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
The is .
A SqlDbType that is not allowed was passed to the constructor as .
Initializes a new instance of the class with the specified column name, type, maximum length, and server default. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, maximum length, precision, scale, locale ID, compare options, and user-defined type (UDT).
The name of the column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
The precision of the parameter or column.
The scale of the parameter or column.
The locale ID of the parameter or column.
The comparison rules of the parameter or column.
A instance that points to the UDT.
The is .
A that is not allowed was passed to the constructor as , or points to a type that does not have declared.
Initializes a new instance of the class with the specified column name, type, maximum length, precision, scale, locale ID, compare options, and user-defined type (UDT). This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
The precision of the parameter or column.
The scale of the parameter or column.
The locale ID of the parameter or column.
The comparison rules of the parameter or column.
A instance that points to the UDT.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, maximum length, locale, and compare options.
The name of the parameter or column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
The locale ID of the parameter or column.
The comparison rules of the parameter or column.
The is .
A SqlDbType that is not allowed was passed to the constructor as .
Initializes a new instance of the class with the specified column name, type, maximum length, locale, compare options, and server default. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
The maximum length of the specified type.
The locale ID of the parameter or column.
The comparison rules of the parameter or column.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, database name, owning schema, and object name.
The name of the column.
The SQL Server type of the parameter or column.
The database name of the XML schema collection of a typed XML instance.
The relational schema name of the XML schema collection of a typed XML instance.
The name of the XML schema collection of a typed XML instance.
The is , or is when and are non-.
A SqlDbType that is not allowed was passed to the constructor as .
Initializes a new instance of the class with the specified column name, database name, owning schema, object name, and default server. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
The database name of the XML schema collection of a typed XML instance.
The relational schema name of the XML schema collection of a typed XML instance.
The name of the XML schema collection of a typed XML instance.
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Initializes a new instance of the class with the specified column name, type, and user-defined type (UDT).
The name of the column.
The SQL Server type of the parameter or column.
A instance that points to the UDT.
The is .
A SqlDbType that is not allowed was passed to the constructor as , or points to a type that does not have declared.
Initializes a new instance of the class with the specified column name, user-defined type (UDT), and SQLServer type.
The name of the column.
The SQL Server type of the parameter or column.
A instance that points to the UDT.
The SQL Server type name for .
Initializes a new instance of the class with the specified column name, type, user-defined type, SQL Server type, and server default. This form of the constructor supports table-valued parameters by allowing you to specify if the column is unique in the table-valued parameter, the sort order for the column, and the ordinal of the sort column.
The name of the column.
The SQL Server type of the parameter or column.
A instance that points to the UDT.
The SQL Server type name for .
Specifes whether this column should use the default server value.
Specifies if the column in the table-valued parameter is unique.
Specifies the sort order for a column.
Specifies the ordinal of the sort column.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified array of values against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as an array of values.
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified array of values against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as an array values.
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as an array of values.
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as a .
does not match the type, or could not be adjusted.
Validates the specified value against the metadata, and adjusts the value if necessary.
The value to validate against the instance.
The adjusted value as an array of values.
does not match the type, or could not be adjusted.
Gets the comparison rules used for the column or parameter.
The comparison rules used for the column or parameter as a .
Gets the data type of the column or parameter.
The data type of the column or parameter as a .
Infers the metadata from the specified object and returns it as a instance.
The object used from which the metadata is inferred.
The name assigned to the returned instance.
The inferred metadata as a instance.
The is .
Indicates if the column in the table-valued parameter is unique.
A value.
Gets the locale ID of the column or parameter.
The locale ID of the column or parameter as a .
Gets the length of , , and data types.
The length of , , and data types.
Gets the maximum length of the column or parameter.
The maximum length of the column or parameter as a .
Gets the name of the column or parameter.
The name of the column or parameter as a .
The specified in the constructor is longer than 128 characters.
Gets the precision of the column or parameter.
The precision of the column or parameter as a .
Gets the scale of the column or parameter.
The scale of the column or parameter.
Returns the sort order for a column.
A object.
Returns the ordinal of the sort column.
The ordinal of the sort column.
Gets the data type of the column or parameter.
The data type of the column or parameter as a .
Gets the common language runtime (CLR) type of a user-defined type (UDT).
The CLR type name of a user-defined type as a .
Gets the three-part name of the user-defined type (UDT) or the SQL Server type represented by the instance.
The name of the UDT or SQL Server type as a .
Reports whether this column should use the default server value.
A value.
Gets the name of the database where the schema collection for this XML instance is located.
The name of the database where the schema collection for this XML instance is located as a .
Gets the name of the schema collection for this XML instance.
The name of the schema collection for this XML instance as a .
Gets the owning relational schema where the schema collection for this XML instance is located.
The owning relational schema where the schema collection for this XML instance is located as a .
Indicates the determinism and data access properties of a method or property on a user-defined type (UDT). The properties on the attribute reflect the physical characteristics that are used when the type is registered with SQL Server.
An attribute on a user-defined type (UDT), used to indicate the determinism and data access properties of a method or a property on a UDT.
Indicates whether SQL Server should invoke the method on null instances.
if SQL Server should invoke the method on null instances; otherwise, . If the method cannot be invoked (because of an attribute on the method), the SQL Server is returned.
Indicates whether a method on a user-defined type (UDT) is a mutator.
if the method is a mutator; otherwise .
Indicates whether the method on a user-defined type (UDT) is called when input arguments are specified in the method invocation.
if the method is called when input arguments are specified in the method invocation; if the method returns a value when any of its input parameters are . If the method cannot be invoked (because of an attribute on the method), the SQL Server is returned.
Allows managed stored procedures running in-process on a SQL Server database to return results back to the caller. This class cannot be inherited.
Executes the command passed as a parameter and sends the results to the client.
The object to be executed.
The is .
This method is not supported on commands bound to out-of-process connections.
Gets a value that indicates whether the is in the mode of sending single result sets back to the client. This property is read-only.
if the method has been called and the is in the mode of sending single result sets back to the client; otherwise .
Sends a single-row result set directly to the client or current output consumer.
The single-row result set sent to the client: a object.
The is .
Sends a multirow result set directly to the client or current output consumer.
The multirow result set to be sent to the client: a object.
The is .
Sends a string message directly to the client or current output consumer.
The message string to be sent to the client.
The is greater than 4,000 characters.
The is .
Marks the end of a result set, and returns the instance back to the initial state.
The method was not previously called.
Sends a single row of data back to the client.
A object with the column values for the row to be sent to the client. The schema for the record must match the schema described by the metadata of the passed to the method.
The is .
The method was not previously called.
Marks the beginning of a result set to be sent back to the client, and uses the record parameter to construct the metadata that describes the result set.
A object from which metadata is extracted and used to describe the result set.
The is .
The has no columns or has not been initialized.
A method other than or was called after the method.
Used to mark a method definition in an assembly as a stored procedure. The properties on the attribute reflect the physical characteristics used when the type is registered with SQL Server. This class cannot be inherited.
An attribute on a method definition in an assembly, used to indicate that the given method should be registered as a stored procedure in SQL Server.
The name of the stored procedure.
A representing the name of the stored procedure.
Used to mark a method definition in an assembly as a trigger in SQL Server. The properties on the attribute reflect the physical attributes used when the type is registered with SQL Server. This class cannot be inherited.
An attribute on a method definition in an assembly, used to mark the method as a trigger in SQL Server.
The type of trigger and what data manipulation language (DML) action activates the trigger.
A value representing the type of trigger and what data manipulation language (DML) action activates the trigger.
The name of the trigger.
A value representing the name of the trigger.
The table to which the trigger applies.
A value representing the table name.
Provides contextual information about the trigger that was fired.
Gets the number of columns contained by the data table bound to the trigger. This property is read-only.
The number of columns contained by the data table bound to the trigger, as an integer.
Gets the event data specific to the action that fired the trigger.
The event data specific to the action that fired the trigger as a if more information is available; otherwise.
Returns if a column was affected by an INSERT or UPDATE statement.
The zero-based ordinal of the column.
if the column was affected by an INSERT or UPDATE operation.
Called in the context of a trigger where the value of the property is not or .
Indicates what action fired the trigger.
The action that fired the trigger as a .
Indicates that the type should be registered as a user-defined aggregate. The properties on the attribute reflect the physical attributes used when the type is registered with SQL Server. This class cannot be inherited.
A required attribute on a user-defined aggregate, used to indicate that the given type is a user-defined aggregate and the storage format of the user-defined aggregate.
One of the values representing the serialization format of the aggregate.
The serialization format as a .
A representing the serialization format.
Indicates whether the aggregate is invariant to duplicates.
if the aggregate is invariant to duplicates; otherwise .
Indicates whether the aggregate is invariant to nulls.
if the aggregate is invariant to nulls; otherwise .
Indicates whether the aggregate is invariant to order.
if the aggregate is invariant to order; otherwise .
Indicates whether the aggregate returns if no values have been accumulated.
if the aggregate returns if no values have been accumulated; otherwise .
The maximum size, in bytes, of the aggregate instance.
An value representing the maximum size of the aggregate instance.
The maximum size, in bytes, required to store the state of this aggregate instance during computation.
The name of the aggregate.
A value representing the name of the aggregate.
Used to mark a type definition in an assembly as a user-defined type (UDT) in SQL Server. The properties on the attribute reflect the physical characteristics used when the type is registered with SQL Server. This class cannot be inherited.
A required attribute on a user-defined type (UDT), used to confirm that the given type is a UDT and to indicate the storage format of the UDT.
One of the values representing the serialization format of the type.
The serialization format as a .
A value representing the serialization format.
Indicates whether the user-defined type is byte ordered.
if the user-defined type is byte ordered; otherwise .
Indicates whether all instances of this user-defined type are the same length.
if all instances of this type are the same length; otherwise .
The maximum size of the instance, in bytes.
An value representing the maximum size of the instance.
The SQL Server name of the user-defined type.
A value representing the SQL Server name of the user-defined type.
The name of the method used to validate instances of the user-defined type.
A representing the name of the method used to validate instances of the user-defined type.
Describes the type of access to system data for a user-defined method or function.
The method or function does not access system data.
The method or function reads system data.
The enumeration is used by the class to indicate what action fired the trigger.
An ALTER APPLICATION ROLE Transact-SQL statement was executed.
An ALTER ASSEMBLY Transact-SQL statement was executed.
An ALTER_REMOTE_SERVICE_BINDING event type was specified when an event notification was created on the database or server instance.
An ALTER FUNCTION Transact-SQL statement was executed.
An ALTER INDEX Transact-SQL statement was executed.
An ALTER LOGIN Transact-SQL statement was executed.
An ALTER PARTITION FUNCTION Transact-SQL statement was executed.
An ALTER PARTITION SCHEME Transact-SQL statement was executed.
An ALTER PROCEDURE Transact-SQL statement was executed.
An ALTER QUEUE Transact-SQL statement was executed.
An ALTER ROLE Transact-SQL statement was executed.
An ALTER ROUTE Transact-SQL statement was executed.
An ALTER SCHEMA Transact-SQL statement was executed.
An ALTER SERVICE Transact-SQL statement was executed.
An ALTER TABLE Transact-SQL statement was executed.
An ALTER TRIGGER Transact-SQL statement was executed.
An ALTER USER Transact-SQL statement was executed.
An ALTER VIEW Transact-SQL statement was executed.
A CREATE APPLICATION ROLE Transact-SQL statement was executed.
A CREATE ASSEMBLY Transact-SQL statement was executed.
A CREATE_REMOTE_SERVICE_BINDING event type was specified when an event notification was created on the database or server instance.
A CREATE CONTRACT Transact-SQL statement was executed.
A CREATE EVENT NOTIFICATION Transact-SQL statement was executed.
A CREATE FUNCTION Transact-SQL statement was executed.
A CREATE INDEX Transact-SQL statement was executed.
A CREATE LOGIN Transact-SQL statement was executed.
A CREATE MESSAGE TYPE Transact-SQL statement was executed.
A CREATE PARTITION FUNCTION Transact-SQL statement was executed.
A CREATE PARTITION SCHEME Transact-SQL statement was executed.
A CREATE PROCEDURE Transact-SQL statement was executed.
A CREATE QUEUE Transact-SQL statement was executed.
A CREATE ROLE Transact-SQL statement was executed.
A CREATE ROUTE Transact-SQL statement was executed.
A CREATE SCHEMA Transact-SQL statement was executed.
Not available.
A CREATE SERVICE Transact-SQL statement was executed.
A CREATE SYNONYM Transact-SQL statement was executed.
A CREATE TABLE Transact-SQL statement was executed.
A CREATE TRIGGER Transact-SQL statement was executed.
A CREATE TYPE Transact-SQL statement was executed.
A CREATE USER Transact-SQL statement was executed.
A CREATE VIEW Transact-SQL statement was executed.
A DELETE Transact-SQL statement was executed.
A DENY Object Permissions Transact-SQL statement was executed.
A DENY Transact-SQL statement was executed.
A DROP APPLICATION ROLE Transact-SQL statement was executed.
A DROP ASSEMBLY Transact-SQL statement was executed.
A DROP_REMOTE_SERVICE_BINDING event type was specified when an event notification was created on the database or server instance.
A DROP CONTRACT Transact-SQL statement was executed.
A DROP EVENT NOTIFICATION Transact-SQL statement was executed.
A DROP FUNCTION Transact-SQL statement was executed.
A DROP INDEX Transact-SQL statement was executed.
A DROP LOGIN Transact-SQL statement was executed.
A DROP MESSAGE TYPE Transact-SQL statement was executed.
A DROP PARTITION FUNCTION Transact-SQL statement was executed.
A DROP PARTITION SCHEME Transact-SQL statement was executed.
A DROP PROCEDURE Transact-SQL statement was executed.
A DROP QUEUE Transact-SQL statement was executed.
A DROP ROLE Transact-SQL statement was executed.
A DROP ROUTE Transact-SQL statement was executed.
A DROP SCHEMA Transact-SQL statement was executed.
Not available.
A DROP SERVICE Transact-SQL statement was executed.
A DROP SYNONYM Transact-SQL statement was executed.
A DROP TABLE Transact-SQL statement was executed.
A DROP TRIGGER Transact-SQL statement was executed.
A DROP TYPE Transact-SQL statement was executed.
A DROP USER Transact-SQL statement was executed.
A DROP VIEW Transact-SQL statement was executed.
A GRANT OBJECT Transact-SQL statement was executed.
A GRANT Transact-SQL statement was executed.
An INSERT Transact-SQL statement was executed.
An invalid trigger action, one that is not exposed to the user, occurred.
A REVOKE OBJECT Transact-SQL statement was executed.
A REVOKE Transact-SQL statement was executed.
An UPDATE Transact-SQL statement was executed.
Determines the action that occurs when the or method is invoked on a with a .
Changes are cascaded across the relationship.
No action occurs (default).
Provides a description of the results of the query and its effect on the database.
When the command is executed, the associated object is closed when the associated object is closed.
The query may return multiple result sets. Execution of the query may affect the database state. sets no flags, so calling is functionally equivalent to calling .
The query returns column and primary key information.
The query returns column information only. When using , the .NET Framework Data Provider for SQL Server precedes the statement being executed with SET FMTONLY ON.
Provides a way for the to handle rows that contain columns with large binary values. Rather than loading the entire row, enables the to load data as a stream. You can then use the or method to specify a byte location to start the read operation, and a limited buffer size for the data being returned.
The query returns a single result set.
The query is expected to return a single row of the first result set. Execution of the query may affect the database state. Some .NET Framework data providers may, but are not required to, use this information to optimize the performance of the command. When you specify with the method of the object, the .NET Framework Data Provider for OLE DB performs binding using the OLE DB interface if it is available. Otherwise, it uses the interface. If your SQL statement is expected to return only a single row, specifying can also improve application performance. It is possible to specify when executing queries that are expected to return multiple result sets. In that case, where both a multi-result set SQL query and single row are specified, the result returned will contain only the first row of the first result set. The other result sets of the query will not be returned.
Specifies how a command string is interpreted.
The name of a stored procedure.
The name of a table.
An SQL text command. (Default.)
Indicates the position of the catalog name in a qualified table name in a text command.
Indicates that the position of the catalog name occurs after the schema portion of a fully qualified table name in a text command.
Indicates that the position of the catalog name occurs before the schema portion of a fully qualified table name in a text command.
Represents a set of SQL commands and a database connection that are used to fill the and update the data source.
Initializes a new instance of a class.
Initializes a new instance of a class from an existing object of the same type.
A object used to create the new .
Gets or sets a value indicating whether is called on a after it is added to the during any of the Fill operations.
if is called on the ; otherwise . The default is .
Gets or sets whether is called during a .
if is called during an ; otherwise . The default is .
Creates a copy of this instance of .
The cloned instance of .
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
to continue the update without generating an exception; otherwise . The default is .
Creates a new .
A new table mapping collection.
Releases the unmanaged resources used by the and optionally releases the managed resources.
to release both managed and unmanaged resources; to release only unmanaged resources.
Adds or refreshes rows in the to match those in the data source.
A to fill with records and, if necessary, schema.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds or refreshes rows in a specified range in the to match those in the data source using the and names.
A to fill with records.
A string indicating the name of the source table.
An instance of .
The zero-based index of the starting record.
An integer indicating the maximum number of records.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds or refreshes rows in the to match those in the data source using the name and the specified .
A to fill with records.
An instance of .
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds or refreshes rows in a specified range in the collection of objects to match those in the data source.
A collection of objects to fill with records.
An instance of .
The zero-based index of the starting record.
An integer indicating the maximum number of records.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Returned when an error occurs during a fill operation.
Gets or sets the that determines how the adapter fills the from the .
A value.
Adds a to the specified and configures the schema to match that in the data source based on the specified .
The to be filled with the schema from the data source.
One of the values.
A object that contains schema information returned from the data source.
Adds a to the specified .
The to be filled from the .
One of the values.
The name of the source table to use for table mapping.
The to be used as the data source when filling the .
A reference to a collection of objects that were added to the .
Adds a to the specified .
The to be filled from the .
One of the values.
The to be used as the data source when filling the .
A object that contains schema information returned from the data source.
Gets the parameters set by the user when executing an SQL SELECT statement.
An array of objects that contains the parameters set by the user.
Indicates whether a has been created.
if a has been created; otherwise .
Determines the action to take when incoming data does not have a matching table or column.
One of the values. The default is .
The value set is not one of the values.
Determines the action to take when existing schema does not match incoming data.
One of the values. The default is .
The value set is not one of the values.
Invoked when an error occurs during a .
A object.
Resets to its default state and causes to honor .
Gets or sets whether the method should return provider-specific values or common CLS-compliant values.
if the method should return provider-specific values; otherwise to return common CLS-compliant values.
Determines whether the property should be persisted.
if the property is persisted; otherwise .
Determines whether the property should be persisted.
if the property is persisted; otherwise .
Determines whether one or more objects exist and they should be persisted.
if one or more objects exist; otherwise .
Indicates how a source table is mapped to a dataset table.
A collection that provides the master mapping between the returned records and the . The default value is an empty collection.
Gets a collection that provides the master mapping between a source table and a .
A collection that provides the master mapping between the returned records and the . The default value is an empty collection.
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified from a named "Table."
The used to update the data source.
The number of rows successfully updated from the .
The source table is invalid.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Contains a generic column mapping for an object that inherits from . This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified source column name and column name to map to.
The case-sensitive column name from a data source.
The column name, which is not case sensitive, from a to map to.
Gets or sets the name of the column within the to map to.
The name of the column within the to map to. The name is not case sensitive.
Gets a from the given using the and the property.
The to get the column from.
The of the data column.
One of the values.
A data column.
A static version of that can be called without instantiating a object.
The case-sensitive column name from a data source.
The column name, which is not case sensitive, from a to map to.
An instance of .
The data type for the column being mapped.
Determines the action to take when existing schema does not match incoming data.
A object.
Gets or sets the name of the column within the data source to map from. The name is case-sensitive.
The case-sensitive name of the column in the data source.
Creates a new object that is a copy of the current instance.
A copy of the current object.
Converts the current name to a string.
The current name as a string.
Contains a collection of objects.
Creates an empty .
Adds a object to the collection.
A object to add to the collection.
The index of the object that was added to the collection.
The object passed in was not a object.
Adds a object to the collection when given a source column name and a column name.
The case-sensitive name of the source column to map to.
The name, which is not case-sensitive, of the column to map to.
The object that was added to the collection.
Copies the elements of the specified to the end of the collection.
The to add to the collection.
Copies the elements of the specified array to the end of the collection.
The array of objects to add to the collection.
Removes all objects from the collection.
Gets a value indicating whether a object with the given exists in the collection.
An that is the .
if the collection contains the specified object; otherwise, .
The object passed in was not a object.
Gets a value indicating whether a object with the given source column name exists in the collection.
The case-sensitive source column name of the object.
if collection contains a object with the specified source column name; otherwise, .
Copies the elements of the to the specified array.
An to which to copy elements.
The starting index of the array.
Copies the elements of the to the specified array.
A array to which to copy the elements.
The zero-based index in the at which copying begins.
Gets the number of objects in the collection.
The number of items in the collection.
Gets the object with the specified column name.
The name, which is not case-sensitive, of the column to find.
The object with the specified column name.
Gets a for the specified , source column name, and .
The .
The case-sensitive source column name to find.
One of the values.
A object.
The parameter was set to , and no mapping was specified.
A static method that returns a object without instantiating a object.
The .
The case-sensitive column name from a data source.
The data type for the column being mapped.
An instance of .
One of the values.
Determines the action to take when the existing schema does not match incoming data.
A object.
Gets an enumerator that can iterate through the collection.
An that can be used to iterate through the collection.
Gets the location of the specified that is a within the collection.
An that is the to find.
The zero-based location of the specified that is a within the collection.
Gets the location of the with the specified source column name.
The case-sensitive name of the source column.
The zero-based location of the with the specified case-sensitive source column name.
Gets the location of the specified with the given column name.
The name, which is not case-sensitive, of the data set column to find.
The zero-based location of the specified with the given column name, or -1 if the object does not exist in the collection.
Inserts a object into the at the specified index.
The zero-based index of the object to insert.
The object.
Inserts a object into the at the specified index.
The zero-based index of the object to insert.
The object.
Gets or sets the object at the specified index.
The zero-based index of the object to find.
The object at the specified index.
Gets or sets the object with the specified source column name.
The case-sensitive name of the source column.
The object with the specified source column name.
Removes the specified from the collection.
The to remove.
Removes the that is a from the collection.
The that is the to remove.
The object specified was not a object.
The object specified is not in the collection.
Removes the object with the specified index from the collection.
The zero-based index of the object to remove.
There is no object with the specified index.
Removes the object with the specified source column name from the collection.
The case-sensitive source column name.
There is no object with the specified source column name.
Gets a value that indicates whether access to the is synchronized (thread safe).
if access to the is synchronized (thread safe); otherwise, .
Gets an object that can be used to synchronize access to the .
An object that can be used to synchronize access to the .
Gets a value that indicates whether the has a fixed size.
if the has a fixed size; otherwise, .
Gets a value that indicates whether the is read-only.
if the is read-only; otherwise, .
Gets or sets the element at the specified index.
The zero-based index of the element to get or set.
The element at the specified index.
Adds a object to the by using the source column and column names.
The case-sensitive name of the source column.
The name of the column.
The ColumnMapping object that was added to the collection.
Gets the object that has the specified column name.
The name, which is not case-sensitive, of the column to find.
The object that has the specified column name.
Gets or sets the object with the specified name.
Index of the element.
The object with the specified name.
Contains a description of a mapped relationship between a source table and a . This class is used by a when populating a .
Initializes a new instance of the class.
Initializes a new instance of the class with a source when given a source table name and a name.
The case-sensitive source table name from a data source.
The table name from a to map to.
Initializes a new instance of the class when given a source table name, a name, and an array of objects.
The case-sensitive source table name from a data source.
The table name from a to map to.
An array of objects.
Gets the for the .
A data column mapping collection.
Gets or sets the table name from a .
The table name from a .
Gets a from the specified using the specified value and the name of the .
The name of the .
One of the values.
A data column.
The parameter was set to , and no mapping was specified.
Returns a object for a given column name.
The name of the .
The data type for .
The table name from a to map to.
One of the values.
One of the values.
A object.
Gets the current for the specified using the specified value.
The from which to get the .
One of the values.
A data table.
Gets or sets the case-sensitive source table name from a data source.
The case-sensitive source table name from a data source.
Gets the derived for the .
A data column mapping collection.
Creates a new object that is a copy of the current instance.
A new object that is a copy of the current instance.
Converts the current name to a string.
The current name, as a string.
A collection of objects. This class cannot be inherited.
Initializes a new instance of the class. This new instance is empty, that is, it does not yet contain any objects.
Adds an that is a table mapping to the collection.
A object to add to the collection.
The index of the object added to the collection.
The object passed in was not a object.
Adds a object to the collection when given a source table name and a table name.
The case-sensitive name of the source table to map from.
The name, which is not case-sensitive, of the table to map to.
The object that was added to the collection.
Copies the elements of the specified to the end of the collection.
An of values to add to the collection.
Copies the elements of the specified array to the end of the collection.
The array of objects to add to the collection.
Removes all objects from the collection.
Gets a value indicating whether the given object exists in the collection.
An that is the .
if this collection contains the specified ; otherwise .
Gets a value indicating whether a object with the specified source table name exists in the collection.
The case-sensitive source table name containing the object.
if the collection contains a object with this source table name; otherwise .
Copies the elements of the to the specified array.
An to which to copy the elements.
The starting index of the array.
Copies the elements of the to the specified array.
A to which to copy the elements.
The starting index of the array.
Gets the number of objects in the collection.
The number of objects in the collection.
Gets the object with the specified table name.
The name, which is not case-sensitive, of the table to find.
The object with the specified table name.
Gets an enumerator that can iterate through the collection.
An that can be used to iterate through the collection.
Gets a object with the specified source table name and table name, using the given .
The collection to search.
The case-sensitive name of the mapped source table.
The name, which is not case-sensitive, of the mapped table.
One of the values.
A object.
The parameter was set to , and no mapping was specified.
Gets the location of the specified object within the collection.
An that is the object to find.
The zero-based location of the specified object within the collection.
Gets the location of the object with the specified source table name.
The case-sensitive name of the source table.
The zero-based location of the object with the specified source table name.
Gets the location of the object with the specified table name.
The name, which is not case-sensitive, of the table to find.
The zero-based location of the object with the given table name, or -1 if the object does not exist in the collection.
Inserts a object into the at the specified index.
The zero-based index of the object to insert.
The object to insert.
Inserts a object into the at the specified index.
The zero-based index of the object to insert.
The object to insert.
Gets or sets the object at the specified index.
The zero-based index of the object to return.
The object at the specified index.
Gets or sets the object with the specified source table name.
The case-sensitive name of the source table.
The object with the specified source table name.
Removes the specified object from the collection.
The object to remove.
Removes the specified object from the collection.
The object to remove.
The object specified was not a object.
The object specified is not in the collection.
Removes the object located at the specified index from the collection.
The zero-based index of the object to remove.
A object does not exist with the specified index.
Removes the object with the specified source table name from the collection.
The case-sensitive source table name to find.
A object does not exist with the specified source table name.
Gets a value indicating whether access to the is synchronized (thread safe).
if access to the is synchronized (thread safe); otherwise, .
Gets an object that can be used to synchronize access to the .
An object that can be used to synchronize access to the .
Gets a value indicating whether the has a fixed size.
if the has a fixed size; otherwise, .
Gets a value indicating whether the is read-only.
if the is read-only; otherwise, .
Gets or sets an item from the collection at a specified index.
The zero-based index of the item to get or set.
The element at the specified index.
Adds a table mapping to the collection.
The case-sensitive name of the source table.
The name of the table.
A reference to the newly-mapped object.
Gets the TableMapping object with the specified table name.
The name of the table within the collection.
The TableMapping object with the specified table name.
Gets or sets the instance of with the specified name.
The name of the .
The instance of with the specified name.
Represents a column within a data source.
Initializes a new instance of the class.
Gets a nullable boolean value that indicates whether values are allowed in this column, or returns if no value is set. Can be set to either or indicating whether values are allowed in this column, or ( in Visual Basic) when overridden in a derived class.
Returns if values are allowed in this column; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets the catalog name associated with the data source; otherwise, if no value is set. Can be set to either the catalog name or when overridden in a derived class.
The catalog name associated with the data source; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the base column name; otherwise, if no value is set. Can be set to either the column name or when overridden in a derived class.
The base column name; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the schema name associated with the data source; otherwise, if no value is set. Can be set to either the schema name or when overridden in a derived class.
The schema name associated with the data source; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the server name associated with the column; otherwise, if no value is set. Can be set to either the server name or when overridden in a derived class.
The server name associated with the column; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the table name in the schema; otherwise, if no value is set. Can be set to either the table name or when overridden in a derived class.
The table name in the schema; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the name of the column. Can be set to the column name when overridden in a derived class.
The name of the column.
Gets the column position (ordinal) in the datasource row; otherwise, if no value is set. Can be set to either an value to specify the column position or when overridden in a derived class.
An value for column ordinal; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the column size; otherwise, if no value is set. Can be set to either an value to specify the column size or when overridden in a derived class.
An value for column size; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets the type of data stored in the column. Can be set to a object that represents the type of data in the column when overridden in a derived class.
A object that represents the type of data the column contains.
Gets the name of the data type; otherwise, if no value is set. Can be set to either the data type name or when overridden in a derived class.
The name of the data type; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets a nullable boolean value that indicates whether this column is aliased, or returns if no value is set. Can be set to either or indicating whether this column is aliased, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is aliased; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether values in this column are automatically incremented, or returns if no value is set. Can be set to either or indicating whether values in this column are automatically incremented, or ( in Visual Basic) when overridden in a derived class.
Returns if values in this column are automatically incremented; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column is an expression, or returns if no value is set. Can be set to either or indicating whether this column is an expression, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is an expression; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column is hidden, or returns if no value is set. Can be set to either or indicating whether this column is hidden, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is hidden; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column is an identity, or returns if no value is set. Can be set to either or indicating whether this column is an identity, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is an identity; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column is a key, or returns if no value is set. Can be set to either or indicating whether this column is a key, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is a key; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column contains long data, or returns if no value is set. Can be set to either or indicating whether this column contains long data, or ( in Visual Basic) when overridden in a derived class.
Returns if this column contains long data; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether this column is read-only, or returns if no value is set. Can be set to either or indicating whether this column is read-only, or ( in Visual Basic) when overridden in a derived class.
Returns if this column is read-only; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets a nullable boolean value that indicates whether a unique constraint applies to this column, or returns if no value is set. Can be set to either or indicating whether a unique constraint applies to this column, or ( in Visual Basic) when overridden in a derived class.
Returns if a unique constraint applies to this column; otherwise, . If no value is set, returns a null reference ( in Visual Basic).
Gets the object based on the column property name.
The column property name.
The object based on the column property name.
Gets the numeric precision of the column data; otherwise, if no value is set. Can be set to either an value to specify the numeric precision of the column data or when overridden in a derived class.
An value that specifies the precision of the column data, if the data is numeric; otherwise, a null reference ( in Visual Basic) if no value is set.
Gets a nullable value that either returns or the numeric scale of the column data. Can be set to either or an value for the numeric scale of the column data when overridden in a derived class.
A null reference ( in Visual Basic) if no value is set; otherwise, a value that specifies the scale of the column data, if the data is numeric.
Gets the assembly-qualified name of the object that represents the type of data in the column; otherwise, if no value is set. Can be set to either the assembly-qualified name or when overridden in a derived class.
The assembly-qualified name of the object that represents the type of data in the column; otherwise, a null reference ( in Visual Basic) if no value is set.
Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands.
Constructs an instance of the object.
Attempts to cancels the execution of a .
Gets or sets the text command to run against the data source.
The text command to execute. The default value is an empty string ("").
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
The time in seconds to wait for the command to execute.
Indicates or specifies how the property is interpreted.
One of the values. The default is .
Gets or sets the used by this .
The connection to the data source.
Creates a new instance of a object.
A object.
Creates a new instance of a object.
A object.
Gets or sets the used by this .
The connection to the data source.
Gets the collection of objects.
The parameters of the SQL statement or stored procedure.
Gets or sets the within which this object executes.
The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference ( in Visual Basic).
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
, if the command object should be visible in a control; otherwise . The default is .
Executes the command text against the connection.
An instance of .
A task representing the operation.
An error occurred while executing the command text.
An invalid value.
Providers should implement this method to provide a non-default implementation for overloads.
The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteReader will be communicated via the returned Task Exception property.
This method accepts a cancellation token that can be used to request the operation to be cancelled early. Implementations may ignore this request.
Options for statement execution and data retrieval.
The token to monitor for cancellation requests.
A task representing the asynchronous operation.
An error occurred while executing the command text.
An invalid value.
Executes a SQL statement against a connection object.
The number of rows affected.
An asynchronous version of , which executes a SQL statement against a connection object.
Invokes with CancellationToken.None.
A task representing the asynchronous operation.
An error occurred while executing the command text.
This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.
The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by will be communicated via the returned Task Exception property.
Do not invoke other methods and properties of the object until the returned Task is complete.
The token to monitor for cancellation requests.
A task representing the asynchronous operation.
An error occurred while executing the command text.
Executes the against the , and returns an .
A object.
Executes the against the , and returns an using one of the values.
One of the values.
An object.
An asynchronous version of , which executes the against the and returns a .
Invokes with CancellationToken.None.
A task representing the asynchronous operation.
An error occurred while executing the command text.
An invalid value.
An asynchronous version of , which executes the against the and returns a .
Invokes .
One of the values.
A task representing the asynchronous operation.
An error occurred while executing the command text.
An invalid value.
Invokes .
One of the values.
The token to monitor for cancellation requests.
A task representing the asynchronous operation.
An error occurred while executing the command text.
An invalid value.
An asynchronous version of , which executes the against the and returns a . This method propagates a notification that operations should be canceled.
Invokes .
The token to monitor for cancellation requests.
A task representing the asynchronous operation.
An error occurred while executing the command text.
An invalid value.
Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.
The first column of the first row in the result set.
An asynchronous version of , which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.
Invokes with CancellationToken.None.
A task representing the asynchronous operation.
An error occurred while executing the command text.
This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token may optionally be ignored.
The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteScalar will be communicated via the returned Task Exception property.
Do not invoke other methods and properties of the object until the returned Task is complete.
The token to monitor for cancellation requests.
A task representing the asynchronous operation.
An error occurred while executing the command text.
Gets the collection of objects. For more information on parameters, see Configuring Parameters and Parameter Data Types.
The parameters of the SQL statement or stored procedure.
Creates a prepared (or compiled) version of the command on the data source.
Gets or sets the used by this instance of the .
The connection to the data source.
Creates a new instance of an object.
An object.
Executes the against the and builds an .
An object.
Executes the against the , and builds an using one of the values.
One of the values.
An object.
Gets the .
The parameters of the SQL statement or stored procedure.
Gets or sets the within which this object executes.
The transaction within which a object of a .NET Framework data provider executes. The default value is a null reference ( in Visual Basic).
Gets or sets the within which this object executes.
The transaction within which a object of a .NET Framework data provider executes. The default value is a null reference ( in Visual Basic).
Gets or sets how command results are applied to the when used by the Update method of a .
One of the values. The default is unless the command is automatically generated. Then the default is .
Automatically generates single-table commands used to reconcile changes made to a with the associated database. This is an abstract class that can only be inherited.
Initializes a new instance of a class that inherits from the class.
Allows the provider implementation of the class to handle additional parameter properties.
A to which the additional modifications are applied.
The from the schema table provided by .
The type of command being generated; INSERT, UPDATE or DELETE.
if the parameter is part of the update or delete WHERE clause, if it is part of the insert or update values.
Sets or gets the for an instance of the class.
A object.
Sets or gets a string used as the catalog separator for an instance of the class.
A string indicating the catalog separator for use with an instance of the class.
Specifies which is to be used by the .
Returns one of the values describing the behavior of this .
Gets or sets a object for which Transact-SQL statements are automatically generated.
A object.
Releases the unmanaged resources used by the and optionally releases the managed resources.
to release both managed and unmanaged resources; to release only unmanaged resources.
Gets the automatically generated object required to perform deletions at the data source.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform deletions at the data source, optionally using columns for parameter names.
If , generate parameter names matching column names, if possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform insertions at the data source.
The automatically generated object required to perform insertions.
Gets the automatically generated object required to perform insertions at the data source, optionally using columns for parameter names.
If , generate parameter names matching column names, if possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform insertions.
Returns the name of the specified parameter in the format of @p#. Use when building a custom command builder.
The number to be included as part of the parameter's name.
The name of the parameter with the specified number appended as part of the parameter name.
Returns the full parameter name, given the partial parameter name.
The partial name of the parameter.
The full parameter name corresponding to the partial parameter name requested.
Returns the placeholder for the parameter in the associated SQL statement.
The number to be included as part of the parameter's name.
The name of the parameter with the specified number appended.
Returns the schema table for the .
The for which to retrieve the corresponding schema table.
A that represents the schema for the specific .
Gets the automatically generated object required to perform updates at the data source.
The automatically generated object required to perform updates.
Gets the automatically generated object required to perform updates at the data source, optionally using columns for parameter names.
If , generate parameter names matching column names, if possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform updates.
Resets the , , , and properties on the .
The to be used by the command builder for the corresponding insert, update, or delete command.
A instance to use for each insert, update, or delete operation. Passing a null value allows the method to create a object based on the Select command associated with the .
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.
The original unquoted identifier.
The quoted version of the identifier. Embedded quotes within the identifier are properly escaped.
Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
The beginning character or characters to use. The default is an empty string.
This property cannot be changed after an insert, update, or delete command has been generated.
Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
The ending character or characters to use. The default is an empty string.
Clears the commands associated with this .
Adds an event handler for the event.
A instance containing information about the event.
Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.
The character to be used as the schema separator.
Specifies whether all column values in an update statement are included or only changed ones.
if the UPDATE statement generated by the includes all columns; if it includes only changed columns.
Registers the to handle the event for a .
The to be used for the update.
Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The unquoted identifier, with embedded quotes properly un-escaped.
Represents a connection to a database.
Initializes a new instance of the class.
Starts a database transaction.
Specifies the isolation level for the transaction.
An object representing the new transaction.
Starts a database transaction.
An object representing the new transaction.
Starts a database transaction with the specified isolation level.
Specifies the isolation level for the transaction.
An object representing the new transaction.
Changes the current database for an open connection.
Specifies the name of the database for the connection to use.
Closes the connection to the database. This is the preferred method of closing any open connection.
The connection-level error that occurred while opening the connection.
Gets or sets the string used to open the connection.
The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string.
Gets the time to wait while establishing a connection before terminating the attempt and generating an error.
The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using.
Creates and returns a object associated with the current connection.
A object.
Creates and returns a object associated with the current connection.
A object.
Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.
The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
Gets the name of the database server to which to connect.
The name of the database server to which to connect. The default value is an empty string.
Gets the for this .
A set of methods for creating instances of a provider's implementation of the data source classes.
Enlists in the specified transaction.
A reference to an existing in which to enlist.
Returns schema information for the data source of this .
A that contains schema information.
Returns schema information for the data source of this using the specified string for the schema name.
Specifies the name of the schema to return.
A that contains schema information.
is specified as null.
Returns schema information for the data source of this using the specified string for the schema name and the specified string array for the restriction values.
Specifies the name of the schema to return.
Specifies a set of restriction values for the requested schema.
A that contains schema information.
is specified as null.
Raises the event.
A that contains the event data.
Opens a database connection with the settings specified by the .
An asynchronous version of , which opens a database connection with the settings specified by the . This method invokes the virtual method with CancellationToken.None.
A task representing the asynchronous operation.
This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token can optionally be honored.
The default implementation invokes the synchronous call and returns a completed task. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Open will be communicated via the returned Task Exception property.
Do not invoke other methods and properties of the object until the returned Task is complete.
The cancellation instruction.
A task representing the asynchronous operation.
Gets a string that represents the version of the server to which the object is connected.
The version of the database. The format of the string returned depends on the specific type of connection you are using.
was called while the returned Task was not completed and the connection was not opened after a call to .
Gets a string that describes the state of the connection.
The state of the connection. The format of the string returned depends on the specific type of connection you are using.
Occurs when the state of the event changes.
Begins a database transaction.
An object that represents the new transaction.
Begins a database transaction with the specified value.
One of the values.
An object that represents the new transaction.
Creates and returns a object that is associated with the current connection.
A object that is associated with the connection.
Provides a base class for strongly typed connection string builders.
Initializes a new instance of the class.
Initializes a new instance of the class, optionally using ODBC rules for quoting values.
to use {} to delimit fields; to use quotation marks.
Adds an entry with the specified key and value into the .
The key to add to the .
The value for the specified key.
is a null reference ( in Visual Basic).
The is read-only.
-or-
The has a fixed size.
Provides an efficient and safe way to append a key and value to an existing object.
The to which to add the key/value pair.
The key to be added.
The value for the supplied key.
Provides an efficient and safe way to append a key and value to an existing object.
The to which to add the key/value pair.
The key to be added.
The value for the supplied key.
to use {} to delimit fields, to use quotation marks.
Gets or sets a value that indicates whether the property is visible in Visual Studio designers.
if the connection string is visible within designers; otherwise. The default is .
Clears the contents of the instance.
The is read-only.
Clears the collection of objects on the associated .
Gets or sets the connection string associated with the .
The current connection string, created from the key/value pairs that are contained within the . The default value is an empty string.
An invalid connection string argument has been supplied.
Determines whether the contains a specific key.
The key to locate in the .
if the contains an entry with the specified key; otherwise .
is a null reference ( in Visual Basic).
Gets the current number of keys that are contained within the property.
The number of keys that are contained within the connection string maintained by the instance.
Compares the connection information in this object with the connection information in the supplied object.
The to be compared with this object.
if the connection information in both of the objects causes an equivalent connection string; otherwise .
Fills a supplied with information about all the properties of this .
The to be filled with information about this .
Gets a value that indicates whether the has a fixed size.
if the has a fixed size; otherwise .
Gets a value that indicates whether the is read-only.
if the is read-only; otherwise . The default is .
Gets or sets the value associated with the specified key.
The key of the item to get or set.
The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference ( in Visual Basic), and trying to set it creates a new element using the specified key.
Passing a null ( in Visual Basic) key throws an . Assigning a null value removes the key/value pair.
is a null reference ( in Visual Basic).
The property is set, and the is read-only.
-or-
The property is set, does not exist in the collection, and the has a fixed size.
Gets an that contains the keys in the .
An that contains the keys in the .
Removes the entry with the specified key from the instance.
The key of the key/value pair to be removed from the connection string in this .
if the key existed within the connection string and was removed; if the key did not exist.
is null ( in Visual Basic)
The is read-only, or the has a fixed size.
Indicates whether the specified key exists in this instance.
The key to locate in the .
if the contains an entry with the specified key; otherwise .
Copies the elements of the to an , starting at a particular index.
The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
The zero-based index in at which copying begins.
Gets a value indicating whether access to the is synchronized (thread safe).
if access to the is synchronized (thread safe); otherwise, .
Gets an object that can be used to synchronize access to the .
An object that can be used to synchronize access to the .
Adds an element with the provided key and value to the object.
The to use as the key of the element to add.
The to use as the value of the element to add.
Determines whether the object contains an element with the specified key.
The key to locate in the object.
if the contains an element with the key; otherwise, .
Returns an object for the object.
An object for the object.
Gets or sets the element with the specified key.
The key of the element to get or set.
The element with the specified key.
Removes the element with the specified key from the object.
The key of the element to remove.
Returns an enumerator that iterates through a collection.
An object that can be used to iterate through the collection.
Returns a collection of custom attributes for this instance of a component.
An containing the attributes for this object.
Returns the class name of this instance of a component.
The class name of the object, or if the class does not have a name.
Returns the name of this instance of a component.
The name of the object, or if the object does not have a name.
Returns a type converter for this instance of a component.
A that is the converter for this object, or if there is no for this object.
Returns the default event for this instance of a component.
An that represents the default event for this object, or if this object does not have events.
Returns the default property for this instance of a component.
A that represents the default property for this object, or if this object does not have properties.
Returns an editor of the specified type for this instance of a component.
A that represents the editor for this object.
An of the specified type that is the editor for this object, or if the editor cannot be found.
Returns the events for this instance of a component.
An that represents the events for this component instance.
Returns the events for this instance of a component using the specified attribute array as a filter.
An array of type that is used as a filter.
An that represents the filtered events for this component instance.
Returns the properties for this instance of a component.
A that represents the properties for this component instance.
Returns the properties for this instance of a component using the attribute array as a filter.
An array of type that is used as a filter.
A that represents the filtered properties for this component instance.
Returns an object that contains the property described by the specified property descriptor.
A that represents the property whose owner is to be found.
An that represents the owner of the specified property.
Returns the connection string associated with this .
The current property.
Retrieves a value corresponding to the supplied key from this .
The key of the item to retrieve.
The value corresponding to the .
if was found within the connection string, otherwise.
contains a null value ( in Visual Basic).
Gets an that contains the values in the .
An that contains the values in the .
Aids implementation of the interface. Inheritors of implement a set of functions to provide strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Initializes a new instance of a DataAdapter class.
Initializes a new instance of a class from an existing object of the same type.
A object used to create the new .
Adds a to the current batch.
The to add to the batch.
The number of commands in the batch before adding the .
The adapter does not support batches.
Removes all objects from the batch.
The adapter does not support batches.
Initializes a new instance of the class.
The used to update the data source.
The executed during the .
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
A object.
A new instance of the class.
Initializes a new instance of the class.
The that updates the data source.
The to execute during the .
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
A object.
A new instance of the class.
The default name used by the object for table mappings.
Gets or sets a command for deleting records from the data set.
An used during to delete records in the data source for deleted rows in the data set.
Releases the unmanaged resources used by the and optionally releases the managed resources.
to release both managed and unmanaged resources; to release only unmanaged resources.
Executes the current batch.
The return value from the last command in the batch.
Adds or refreshes rows in the .
A to fill with records and, if necessary, schema.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds or refreshes rows in a specified range in the to match those in the data source using the and names.
A to fill with records and, if necessary, schema.
The zero-based record number to start with.
The maximum number of records to retrieve.
The name of the source table to use for table mapping.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
The is invalid.
The source table is invalid.
-or-
The connection is invalid.
The connection could not be found.
The parameter is less than 0.
-or-
The parameter is less than 0.
Adds or refreshes rows in a specified range in the to match those in the data source using the and source table names, command string, and command behavior.
A to fill with records and, if necessary, schema.
The zero-based record number to start with.
The maximum number of records to retrieve.
The name of the source table to use for table mapping.
The SQL SELECT statement used to retrieve rows from the data source.
One of the values.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
The source table is invalid.
The parameter is less than 0.
-or-
The parameter is less than 0.
Adds or refreshes rows in the to match those in the data source using the and names.
A to fill with records and, if necessary, schema.
The name of the source table to use for table mapping.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
The source table is invalid.
Adds or refreshes rows in a specified range in the to match those in the data source using the name.
The name of the to use for table mapping.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
The source table is invalid.
Adds or refreshes rows in a to match those in the data source using the specified , and .
A to fill with records and, if necessary, schema.
The SQL SELECT statement used to retrieve rows from the data source.
One of the values.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds or refreshes rows in a specified range in the to match those in the data source using the and names.
The objects to fill from the data source.
The zero-based record number to start with.
The maximum number of records to retrieve.
The executed to fill the objects.
One of the values.
The number of rows added to or refreshed in the data tables.
The is invalid.
The source table is invalid.
-or-
The connection is invalid.
The connection could not be found.
The parameter is less than 0.
-or-
The parameter is less than 0.
Adds or refreshes rows in a to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records.
The zero-based record number to start with.
The maximum number of records to retrieve.
The objects to fill from the data source.
The number of rows successfully added to or refreshed in the . This value does not include rows affected by statements that do not return rows.
Gets or sets the behavior of the command used to fill the data adapter.
The of the command used to fill the data adapter.
Adds a named "Table" to the specified and configures the schema to match that in the data source based on the specified .
A to insert the schema in.
One of the values that specify how to insert the schema.
A reference to a collection of objects that were added to the .
Adds a to the specified and configures the schema to match that in the data source based on the specified .
The to be filled with the schema from the data source.
One of the values.
The SQL SELECT statement used to retrieve rows from the data source.
The name of the source table to use for table mapping.
One of the values.
An array of objects that contain schema information returned from the data source.
Adds a to the specified and configures the schema to match that in the data source based upon the specified and .
A to insert the schema in.
One of the values that specify how to insert the schema.
The name of the source table to use for table mapping.
A reference to a collection of objects that were added to the .
A source table from which to get the schema could not be found.
Configures the schema of the specified based on the specified .
The to be filled with the schema from the data source.
One of the values.
A that contains schema information returned from the data source.
Configures the schema of the specified based on the specified , command string, and values.
The to be filled with the schema from the data source.
One of the values.
The SQL SELECT statement used to retrieve rows from the data source.
One of the values.
A of object that contains schema information returned from the data source.
Returns a from one of the commands in the current batch.
The index of the command to retrieve the parameter from.
The index of the parameter within the command.
The specified.
The adapter does not support batches.
Returns information about an individual update attempt within a larger batched update.
The zero-based column ordinal of the individual command within the batch.
The number of rows affected in the data store by the specified command within the batch.
An thrown during execution of the specified command. Returns ( in Visual Basic) if no exception is thrown.
Information about an individual update attempt within a larger batched update.
Gets the parameters set by the user when executing an SQL SELECT statement.
An array of objects that contains the parameters set by the user.
Initializes batching for the .
The adapter does not support batches.
Gets or sets a command used to insert new records into the data source.
A used during to insert records in the data source for new rows in the data set.
Raises the event of a .NET Framework data provider.
A that contains the event data.
Raises the event of a .NET Framework data provider.
An that contains the event data.
Gets or sets a command used to select records in the data source.
A that is used during to select records from data source for placement in the data set.
Gets or sets an SQL statement for deleting records from the data set.
An used during to delete records in the data source for deleted rows in the data set.
Gets or sets an SQL statement used to insert new records into the data source.
An used during to insert records in the data source for new rows in the data set.
Gets or sets an SQL statement used to select records in the data source.
An that is used during to select records from data source for placement in the data set.
Gets or sets an SQL statement used to update records in the data source.
An used during to update records in the data source for modified rows in the data set.
Creates a new object that is a copy of the current instance.
A new object that is a copy of this instance.
Ends batching for the .
The adapter does not support batches.
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the .
An array of objects used to update the data source.
The number of rows successfully updated from the .
The is invalid.
The source table is invalid.
No exists to update.
-or-
No exists to update.
-or-
No exists to use as a source.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of objects.
An array of objects used to update the data source.
The collection to use.
The number of rows successfully updated from the .
The is invalid.
The source table is invalid.
No exists to update.
-or-
No exists to update.
-or-
No exists to use as a source.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified .
The used to update the data source.
The number of rows successfully updated from the .
The source table is invalid.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the with the specified name.
The to use to update the data source.
The name of the source table to use for table mapping.
The number of rows successfully updated from the .
The is invalid.
The source table is invalid.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified .
The used to update the data source.
The number of rows successfully updated from the .
The is invalid.
The source table is invalid.
No exists to update.
-or-
No exists to update.
-or-
No exists to use as a source.
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
The number of rows to process per batch.
Value is
Effect
0
There is no limit on the batch size.
1
Disables batch updating.
> 1
Changes are sent using batches of operations at a time.
When setting this to a value other than 1, all the commands associated with the must have their property set to None or OutputParameters. An exception will be thrown otherwise.
Gets or sets a command used to update records in the data source.
A used during to update records in the data source for modified rows in the data set.
Enables a .NET Framework data provider to help ensure that a user has a security level adequate for accessing data.
Initializes a new instance of a class.
Initializes a new instance of a class using an existing .
An existing used to create a new .
Initializes a new instance of a class with the specified .
A security action associated with a custom security attribute.
Initializes a new instance of a class with the specified value.
One of the values.
Initializes a new instance of a class with the specified value, and a value indicating whether a blank password is allowed.
One of the values.
to indicate that a blank password is allowed; otherwise, .
Adds access for the specified connection string to the existing state of the .
A permitted connection string.
String that identifies connection string parameters that are allowed or disallowed.
One of the properties.
Gets a value indicating whether a blank password is allowed.
if a blank password is allowed, otherwise, .
Removes all permissions that were previous added using the method.
Creates and returns an identical copy of the current permission object.
A copy of the current permission object.
Creates a new instance of the class.
A new object.
Reconstructs a security object with a specified state from an XML encoding.
The XML encoding to use to reconstruct the security object.
Returns a new permission object representing the intersection of the current permission object and the specified permission object.
A permission object to intersect with the current permission object. It must be of the same type as the current permission object.
A new permission object that represents the intersection of the current permission object and the specified permission object. This new permission object is a null reference ( in Visual Basic) if the intersection is empty.
The parameter is not a null reference ( in Visual Basic) and is not an instance of the same class as the current permission object.
Returns a value indicating whether the current permission object is a subset of the specified permission object.
A permission object that is to be tested for the subset relationship. This object must be of the same type as the current permission object.
if the current permission object is a subset of the specified permission object, otherwise .
The parameter is an object that is not of the same type as the current permission object.
Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics.
if the permission can be represented as unrestricted.
Creates an XML encoding of the security object and its current state.
An XML encoding of the security object, including any state information.
Returns a new permission object that is the union of the current and specified permission objects.
A permission object to combine with the current permission object. It must be of the same type as the current permission object.
A new permission object that represents the union of the current permission object and the specified permission object.
The object is not the same type as the current permission object.
Associates a security action with a custom security attribute.
Initializes a new instance of the .
One of the security action values representing an action that can be performed by declarative security.
Gets or sets a value indicating whether a blank password is allowed.
if a blank password is allowed; otherwise .
Gets or sets a permitted connection string.
A permitted connection string.
Identifies whether the list of connection string parameters identified by the property are the only connection string parameters allowed.
One of the values.
Gets or sets connection string parameters that are allowed or disallowed.
One or more connection string parameters that are allowed or disallowed.
Identifies whether the attribute should serialize the connection string.
if the attribute should serialize the connection string; otherwise .
Identifies whether the attribute should serialize the set of key restrictions.
if the attribute should serialize the set of key restrictions; otherwise .
Reads a forward-only stream of rows from a data source.
Initializes a new instance of the class.
Closes the object.
Gets a value indicating the depth of nesting for the current row.
The depth of nesting for the current row.
Releases all resources used by the current instance of the class.
Releases the managed resources used by the and optionally releases the unmanaged resources.
to release managed and unmanaged resources; to release only unmanaged resources.
Gets the number of columns in the current row.
The number of columns in the current row.
There is no current connection to an instance of SQL Server.
Gets the value of the specified column as a Boolean.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a byte.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Reads a stream of bytes from the specified column, starting at location indicated by , into the buffer, starting at the location indicated by .
The zero-based column ordinal.
The index within the row from which to begin the read operation.
The buffer into which to copy the data.
The index with the buffer to which the data will be copied.
The maximum number of characters to read.
The actual number of bytes read.
The specified cast is not valid.
Gets the value of the specified column as a single character.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Reads a stream of characters from the specified column, starting at location indicated by , into the buffer, starting at the location indicated by .
The zero-based column ordinal.
The index within the row from which to begin the read operation.
The buffer into which to copy the data.
The index with the buffer to which the data will be copied.
The maximum number of characters to read.
The actual number of characters read.
Returns a object for the requested column ordinal.
The zero-based column ordinal.
A object.
Gets name of the data type of the specified column.
The zero-based column ordinal.
A string representing the name of the data type.
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Returns a object for the requested column ordinal that can be overridden with a provider-specific implementation.
The zero-based column ordinal.
A object.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a double-precision floating point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Returns an that can be used to iterate through the rows in the data reader.
An that can be used to iterate through the rows in the data reader.
Gets the data type of the specified column.
The zero-based column ordinal.
The data type of the specified column.
The specified cast is not valid.
Synchronously gets the value of the specified column as a type.
The column to be retrieved.
Synchronously gets the value of the specified column as a type.
The column to be retrieved.
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Tried to read a previously-read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
doesn't match the type returned by SQL Server or cannot be cast.
Asynchronously gets the value of the specified column as a type.
The type of the value to be returned.
The type of the value to be returned.
The type of the value to be returned.
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Tried to read a previously-read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
doesn't match the type returned by the data source or cannot be cast.
Asynchronously gets the value of the specified column as a type.
The type of the value to be returned.
The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of makes this method equivalent to . The returned task must be marked as cancelled.
The type of the value to be returned.
The type of the value to be returned.
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Tried to read a previously-read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
doesn't match the type returned by the data source or cannot be cast.
Gets the value of the specified column as a single-precision floating point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a globally-unique identifier (GUID).
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 16-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 32-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 64-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the name of the column, given the zero-based column ordinal.
The zero-based column ordinal.
The name of the specified column.
Gets the column ordinal given the name of the column.
The name of the column.
The zero-based column ordinal.
The name specified is not a valid column name.
Returns the provider-specific field type of the specified column.
The zero-based column ordinal.
The object that describes the data type of the specified column.
Gets the value of the specified column as an instance of .
The zero-based column ordinal.
The value of the specified column.
Gets all provider-specific attribute columns in the collection for the current row.
An array of into which to copy the attribute columns.
The number of instances of in the array.
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Retrieves data as a .
Retrieves data as a .
The returned object.
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Tried to read a previously-read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The returned type was not one of the following types: binary, image, varbinary, or udt.
Gets the value of the specified column as an instance of .
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Retrieves data as a .
Retrieves data as a .
The returned object.
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Tried to read a previously-read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The returned type was not one of the following types: char, nchar, ntext, nvarchar, text, or varchar.
Gets the value of the specified column as an instance of .
The zero-based column ordinal.
The value of the specified column.
Populates an array of objects with the column values of the current row.
An array of into which to copy the attribute columns.
The number of instances of in the array.
Gets a value that indicates whether this contains one or more rows.
if the contains one or more rows; otherwise .
Gets a value indicating whether the is closed.
if the is closed; otherwise .
The is closed.
Gets a value that indicates whether the column contains nonexistent or missing values.
The zero-based column ordinal.
if the specified column is equivalent to ; otherwise .
An asynchronous version of , which gets a value that indicates whether the column contains non-existent or missing values.
The zero-based column to be retrieved.
if the specified column value is equivalent to otherwise .
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Trying to read a previously read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
An asynchronous version of , which gets a value that indicates whether the column contains non-existent or missing values. Optionally, sends a notification that operations should be cancelled.
The zero-based column to be retrieved.
The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of makes this method equivalent to . The returned task must be marked as cancelled.
if the specified column value is equivalent to otherwise .
The connection drops or is closed during the data retrieval.
-or-
The is closed during the data retrieval.
-or-
There is no data ready to be read (for example, the first hasn't been called, or returned false).
-or-
Trying to read a previously read column in sequential mode.
-or-
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
Gets the value of the specified column as an instance of .
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 through .
Gets the value of the specified column as an instance of .
The name of the column.
The value of the specified column.
No column with the specified name was found.
Advances the reader to the next result when reading the results of a batch of statements.
if there are more result sets; otherwise .
An asynchronous version of , which advances the reader to the next result when reading the results of a batch of statements.
Invokes with CancellationToken.None.
A task representing the asynchronous operation.
An error occurred while executing the command text.
This is the asynchronous version of . Providers should override with an appropriate implementation. The may optionally be ignored.
The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled . Exceptions thrown by will be communicated via the returned Task Exception property.
Other methods and properties of the DbDataReader object should not be invoked while the returned Task is not yet completed.
The cancellation instruction.
A task representing the asynchronous operation.
An error occurred while executing the command text.
Advances the reader to the next record in a result set.
if there are more rows; otherwise .
An asynchronous version of , which advances the reader to the next record in a result set. This method invokes with CancellationToken.None.
A task representing the asynchronous operation.
An error occurred while executing the command text.
This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellationToken may optionally be ignored.
The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Read will be communicated via the returned Task Exception property.
Do not invoke other methods and properties of the object until the returned Task is complete.
The cancellation instruction.
A task representing the asynchronous operation.
An error occurred while executing the command text.
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.
For a description of this member, see .
The zero-based column ordinal.
An instance of to be used when the field points to more remote structured data.
Gets the number of fields in the that are not hidden.
The number of fields that are not hidden.
This class contains column schema extension methods for .
Gets a value that indicates whether a can get a column schema.
The to be checked for column schema support.
if the can get a column schema; otherwise, .
Gets the column schema ( collection) for a .
The to return the column schema.
The column schema ( collection) for a .
Implements and , and provides data binding support for .
Initializes a new instance of the class.
Indicates the number of fields within the current record. This property is read-only.
The number of fields within the current record.
Not connected to a data source to read from.
Returns the value of the specified column as a Boolean.
The column ordinal.
if the Boolean is ; otherwise .
Returns the value of the specified column as a byte.
The column ordinal.
The value of the specified column.
Returns the value of the specified column as a byte array.
The zero-based column ordinal.
The index within the field from which to start the read operation.
The buffer into which to read the stream of bytes.
The index for to start the read operation.
The number of bytes to read.
The value of the specified column.
Returns the value of the specified column as a character.
The column ordinal.
The value of the specified column.
Returns the value of the specified column as a character array.
Column ordinal.
Buffer to copy data into.
Maximum length to copy into the buffer.
Point to start from within the buffer.
Point to start from within the source data.
The value of the specified column.
Not currently supported.
Not currently supported.
Not currently supported.
Returns the name of the back-end data type.
The column ordinal.
The name of the back-end data type.
Returns the value of the specified column as a object.
The column ordinal.
The value of the specified column.
Returns a object for the requested column ordinal that can be overridden with a provider-specific implementation.
The zero-based column ordinal.
A object.
Returns the value of the specified column as a object.
The column ordinal.
The value of the specified column.
Returns the value of the specified column as a double-precision floating-point number.
The column ordinal.
The value of the specified column.
Returns the that is the data type of the object.
The column ordinal.
The that is the data type of the object.
Returns the value of the specified column as a single-precision floating-point number.
The column ordinal.
The value of the specified column.
Returns the GUID value of the specified field.
The index of the field to return.
The GUID value of the specified field.
The index passed was outside the range of 0 through .
Returns the value of the specified column as a 16-bit signed integer.
The column ordinal.
The value of the specified column.
Returns the value of the specified column as a 32-bit signed integer.
The column ordinal.
The value of the specified column.
Returns the value of the specified column as a 64-bit signed integer.
The column ordinal.
The value of the specified column.
Returns the name of the specified column.
The column ordinal.
The name of the specified column.
Returns the column ordinal, given the name of the column.
The name of the column.
The column ordinal.
Returns the value of the specified column as a string.
The column ordinal.
The value of the specified column.
Returns the value at the specified column in its native format.
The column ordinal.
The value to return.
Populates an array of objects with the column values of the current record.
An array of to copy the attribute fields into.
The number of instances of in the array.
Used to indicate nonexistent values.
The column ordinal.
if the specified column is equivalent to ; otherwise .
Indicates the value at the specified column in its native format given the column ordinal. This property is read-only.
The column ordinal.
The value at the specified column in its native format.
Indicates the value at the specified column in its native format given the column name. This property is read-only.
The column name.
The value at the specified column in its native format.
Returns a collection of custom attributes for this instance of a component.
An that contains the attributes for this object.
Returns the class name of this instance of a component.
The class name of the object, or if the class does not have a name.
Returns the name of this instance of a component.
The name of the object, or if the object does not have a name.
Returns a type converter for this instance of a component.
A that is the converter for this object, or if there is no for this object.
Returns the default event for this instance of a component.
An that represents the default event for this object, or if this object does not have events.
Returns the default property for this instance of a component.
A that represents the default property for this object, or if this object does not have properties.
Returns an editor of the specified type for this instance of a component.
A that represents the editor for this object.
An of the specified type that is the editor for this object, or if the editor cannot be found.
Returns the events for this instance of a component.
An that represents the events for this component instance.
Returns the events for this instance of a component using the specified attribute array as a filter.
An array of type that is used as a filter.
An that represents the filtered events for this component instance.
Returns the properties for this instance of a component.
A that represents the properties for this component instance.
Returns the properties for this instance of a component using the attribute array as a filter.
An array of type that is used as a filter.
A that represents the filtered properties for this component instance.
Returns an object that contains the property described by the specified property descriptor.
A that represents the property whose owner is to be found.
An that represents the owner of the specified property.
Provides a mechanism for enumerating all available instances of database servers within the local network.
Creates a new instance of the class.
Retrieves a containing information about all visible instances of the server represented by the strongly typed instance of this class.
A containing information about the visible instances of the associated data source.
Exposes the method, which supports a simple iteration over a collection by a .NET Framework data provider.
Initializes a new instance of the class with the give n data reader.
The DataReader through which to iterate.
Initializes a new instance of the class using the specified reader and indicates whether to automatically close the reader after iterating through its data.
The DataReader through which to iterate.
to automatically close the DataReader after iterating through its data; otherwise, .
Initializes a new instance of the class using the specified .
The through which to iterate.
Initializes a new instance of the class using the specified , and indicates whether to automatically close the after iterating through its data.
The through which to iterate.
to automatically close the after iterating through its data; otherwise, .
Gets the current element in the collection.
The current element in the collection.
The enumerator is positioned before the first element of the collection or after the last element.
Advances the enumerator to the next element of the collection.
if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.
The collection was modified after the enumerator was created.
Sets the enumerator to its initial position, which is before the first element in the collection.
The collection was modified after the enumerator was created.
The base class for all exceptions thrown on behalf of the data source.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified serialization information and context.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
Initializes a new instance of the class with the specified error message.
The message to display for this exception.
Initializes a new instance of the class with the specified error message and a reference to the inner exception that is the cause of this exception.
The error message string.
The inner exception reference.
Initializes a new instance of the class with the specified error message and error code.
The error message that explains the reason for the exception.
The error code for the exception.
Provides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions.
A constant for use with the method that represents the DataSourceInformation collection.
A constant for use with the method that represents the DataTypes collection.
A constant for use with the method that represents the MetaDataCollections collection.
A constant for use with the method that represents the ReservedWords collection.
A constant for use with the method that represents the Restrictions collection.
Provides static values that are used for the column names in the MetaDataCollection objects contained in the . The is created by the GetSchema method.
Used by the GetSchema method to create the CollectionName column in the DataTypes collection.
Used by the GetSchema method to create the ColumnSize column in the DataTypes collection.
Used by the GetSchema method to create the CompositeIdentifierSeparatorPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the CreateFormat column in the DataTypes collection.
Used by the GetSchema method to create the CreateParameters column in the DataTypes collection.
Used by the GetSchema method to create the DataSourceProductName column in the DataSourceInformation collection.
Used by the GetSchema method to create the DataSourceProductVersion column in the DataSourceInformation collection.
Used by the GetSchema method to create the DataSourceProductVersionNormalized column in the DataSourceInformation collection.
Used by the GetSchema method to create the DataType column in the DataTypes collection.
Used by the GetSchema method to create the GroupByBehavior column in the DataSourceInformation collection.
Used by the GetSchema method to create the IdentifierCase column in the DataSourceInformation collection.
Used by the GetSchema method to create the IdentifierPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the IsAutoIncrementable column in the DataTypes collection.
Used by the GetSchema method to create the IsBestMatch column in the DataTypes collection.
Used by the GetSchema method to create the IsCaseSensitive column in the DataTypes collection.
Used by the GetSchema method to create the IsConcurrencyType column in the DataTypes collection.
Used by the GetSchema method to create the IsFixedLength column in the DataTypes collection.
Used by the GetSchema method to create the IsFixedPrecisionScale column in the DataTypes collection.
Used by the GetSchema method to create the IsLiteralSupported column in the DataTypes collection.
Used by the GetSchema method to create the IsLong column in the DataTypes collection.
Used by the GetSchema method to create the IsNullable column in the DataTypes collection.
Used by the GetSchema method to create the IsSearchable column in the DataTypes collection.
Used by the GetSchema method to create the IsSearchableWithLike column in the DataTypes collection.
Used by the GetSchema method to create the IsUnsigned column in the DataTypes collection.
Used by the GetSchema method to create the LiteralPrefix column in the DataTypes collection.
Used by the GetSchema method to create the LiteralSuffix column in the DataTypes collection.
Used by the GetSchema method to create the MaximumScale column in the DataTypes collection.
Used by the GetSchema method to create the MinimumScale column in the DataTypes collection.
Used by the GetSchema method to create the NumberOfIdentifierParts column in the MetaDataCollections collection.
Used by the GetSchema method to create the NumberOfRestrictions column in the MetaDataCollections collection.
Used by the GetSchema method to create the OrderByColumnsInSelect column in the DataSourceInformation collection.
Used by the GetSchema method to create the ParameterMarkerFormat column in the DataSourceInformation collection.
Used by the GetSchema method to create the ParameterMarkerPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the ParameterNameMaxLength column in the DataSourceInformation collection.
Used by the GetSchema method to create the ParameterNamePattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the ProviderDbType column in the DataTypes collection.
Used by the GetSchema method to create the QuotedIdentifierCase column in the DataSourceInformation collection.
Used by the GetSchema method to create the QuotedIdentifierPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the ReservedWord column in the ReservedWords collection.
Used by the GetSchema method to create the StatementSeparatorPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the StringLiteralPattern column in the DataSourceInformation collection.
Used by the GetSchema method to create the SupportedJoinOperators column in the DataSourceInformation collection.
Used by the GetSchema method to create the TypeName column in the DataTypes collection.
Represents a parameter to a and optionally, its mapping to a column. For more information on parameters, see Configuring Parameters and Parameter Data Types.
Initializes a new instance of the class.
Gets or sets the of the parameter.
One of the values. The default is .
The property is not set to a valid .
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
One of the values. The default is .
The property is not set to one of the valid values.
Gets or sets a value that indicates whether the parameter accepts null values.
if null values are accepted; otherwise . The default is .
Gets or sets the name of the .
The name of the . The default is an empty string ("").
Gets or sets the maximum number of digits used to represent the property.
The maximum number of digits used to represent the property.
Resets the DbType property to its original settings.
Gets or sets the number of decimal places to which is resolved.
The number of decimal places to which is resolved.
Gets or sets the maximum size, in bytes, of the data within the column.
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Gets or sets the name of the source column mapped to the and used for loading or returning the .
The name of the source column mapped to the . The default is an empty string.
Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
Gets or sets the to use when you load .
One of the values. The default is .
The property is not set to one of the values.
Indicates the precision of numeric parameters.
The maximum number of digits used to represent the property of a data provider object. The default value is 0, which indicates that a data provider sets the precision for .
For a description of this member, see .
The number of decimal places to which is resolved. The default is 0.
Gets or sets the value of the parameter.
An that is the value of the parameter. The default value is null.
The base class for a collection of parameters relevant to a .
Initializes a new instance of the class.
Adds the specified object to the .
The of the to add to the collection.
The index of the object in the collection.
Adds an array of items with the specified values to the .
An array of values of type to add to the collection.
Removes all values from the .
Indicates whether a with the specified is contained in the collection.
The of the to look for in the collection.
if the is in the collection; otherwise .
Indicates whether a with the specified name exists in the collection.
The name of the to look for in the collection.
if the is in the collection; otherwise .
Copies an array of items to the collection starting at the specified index.
The array of items to copy to the collection.
The index in the collection to copy the items.
Specifies the number of items in the collection.
The number of items in the collection.
Exposes the method, which supports a simple iteration over a collection by a .NET Framework data provider.
An that can be used to iterate through the collection.
Returns the object at the specified index in the collection.
The index of the in the collection.
The object at the specified index in the collection.
Returns the object with the specified name.
The name of the in the collection.
The the object with the specified name.
Returns the index of the specified object.
The object in the collection.
The index of the specified object.
Returns the index of the object with the specified name.
The name of the object in the collection.
The index of the object with the specified name.
Inserts the specified index of the object with the specified name into the collection at the specified index.
The index at which to insert the object.
The object to insert into the collection.
Specifies whether the collection is a fixed size.
if the collection is a fixed size; otherwise .
Specifies whether the collection is read-only.
if the collection is read-only; otherwise .
Specifies whether the collection is synchronized.
if the collection is synchronized; otherwise .
Gets or sets the at the specified index.
The zero-based index of the parameter.
The at the specified index.
The specified index does not exist.
Gets or sets the with the specified name.
The name of the parameter.
The with the specified name.
The specified index does not exist.
Removes the specified object from the collection.
The object to remove.
Removes the object at the specified from the collection.
The index where the object is located.
Removes the object with the specified name from the collection.
The name of the object to remove.
Sets the object at the specified index to a new value.
The index where the object is located.
The new value.
Sets the object with the specified name to a new value.
The name of the object in the collection.
The new value.
Specifies the to be used to synchronize access to the collection.
A to be used to synchronize access to the .
Gets or sets the element at the specified index.
The zero-based index of the element to get or set.
The element at the specified index.
Gets or sets the parameter at the specified index.
The name of the parameter to retrieve.
An at the specified index.
This class can be used by any provider to support a provider-specific configuration section.
This class can be used by any provider to support a provider-specific configuration section.
Creates a new expression.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The new expression.
Represents a set of static methods for creating one or more instances of classes.
Returns an instance of a .
The connection used.
An instance of a for a specified connection.
Returns an instance of a .
containing the provider's configuration information.
An instance of a for a specified .
Returns an instance of a .
Invariant name of a provider.
An instance of a for a specified provider name.
Returns a that contains information about all installed providers that implement .
A containing objects that contain the following data:
Column ordinal
Column name
Description
0
**Name**
Human-readable name for the data provider.
1
**Description**
Human-readable description of the data provider.
2
**InvariantName**
Name that can be used programmatically to refer to the data provider.
3
**AssemblyQualifiedName**
Fully qualified name of the factory class, which contains enough information to instantiate the object.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
Initializes a new instance of a class.
Specifies whether the specific supports the class.
if the instance of the supports the class; otherwise .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the class.
A new instance of .
Returns a new instance of the provider's class that implements the provider's version of the class.
One of the values.
A object for the specified .
Identifies which provider-specific property in the strongly typed parameter classes is to be used when setting a provider-specific type.
Initializes a new instance of a class.
Specifies whether this property is a provider-specific property.
Indicates whether the attributed property is a provider-specific type.
if the property that this attribute is applied to is a provider-specific type property; otherwise .
The base class for a transaction.
Initializes a new object.
Commits the database transaction.
Specifies the object associated with the transaction.
The object associated with the transaction.
Specifies the object associated with the transaction.
The object associated with the transaction.
Releases the unmanaged resources used by the .
Releases the unmanaged resources used by the and optionally releases the managed resources.
If , this method releases all resources held by any managed objects that this references.
Specifies the for this transaction.
The for this transaction.
Rolls back a transaction from a pending state.
Gets the object associated with the transaction, or a null reference if the transaction is no longer valid.
The object associated with the transaction.
Specifies the relationship between the columns in a GROUP BY clause and the non-aggregated columns in the select-list of a SELECT statement.
The GROUP BY clause must contain all nonaggregated columns in the select list, and must not contain other columns not in the select list.
The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list.
The GROUP BY clause is not supported.
The support for the GROUP BY clause is unknown.
There is no relationship between the columns in the GROUP BY clause and the nonaggregated columns in the SELECT list. You may group by any column.
Generates a column schema.
Gets the column schema ( collection).
The column schema ( collection).
Specifies how identifiers are treated by the data source when searching the system catalog.
The data source ignores identifier case when searching the system catalog. The identifiers "ab" and "AB" will match.
The data source distinguishes identifier case when searching the system catalog. The identifiers "ab" and "AB" will not match.
The data source has ambiguous rules regarding identifier case and cannot discern this information.
Provides data for the event of a .NET Framework data provider.
Initializes a new instance of the class.
The sent through an .
The executed when is called.
The type of SQL statement executed.
The sent through an .
Gets the executed when is called.
The executed when is called.
Copies references to the modified rows into the provided array.
The array of to copy into.
Copies references to the modified rows into the provided array.
The array of to copy into.
The index in the array to start copying into.
Gets any errors generated by the .NET Framework data provider when the was executed.
The errors generated by the .NET Framework data provider when the was executed.
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
Gets the sent through an .
The sent through an .
Gets the number of rows processed in a batch of updated records.
that specifies the number of row processed.
Gets the type of SQL statement executed.
The type of SQL statement executed.
Gets the of the property.
One of the values. The default is .
Gets the sent through an .
The sent through an .
Provides the data for the RowUpdating event of a .NET Framework data provider.
Initializes a new instance of the class.
The to .
The to execute when is called.
The type of SQL statement to execute.
The to send through an .
Gets or sets the object for an instance of this class.
The to execute during the .
Gets the to execute during the operation.
The to execute during the .
Gets any errors generated by the .NET Framework data provider when the executes.
The errors generated by the .NET Framework data provider when the executes.
Gets the that will be sent to the server as part of an insert, update, or delete operation.
The to send through an .
Gets the type of SQL statement to execute.
The type of SQL statement to execute.
Gets or sets the of the property.
One of the values. The default is .
Gets the to send through the .
The to send through the .
Describes the column metadata of the schema for a database table.
Specifies whether value is allowed.
Specifies the name of the column in the schema table.
Specifies the name of the schema in the schema table.
Specifies the name of the table in the schema table.
Specifies the name of the column in the schema table.
Specifies the ordinal of the column.
Specifies the size of the column.
Specifies the type of data in the column.
Specifies whether this column is aliased.
Specifies whether this column is an expression.
Specifies whether this column is a key for the table.
Specifies whether this column contains long data.
Specifies whether a unique constraint applies to this column.
Specifies the non-versioned provider-specific data type of the column.
Specifies the precision of the column data, if the data is numeric.
Specifies the scale of the column data, if the data is numeric.
Specifies the provider-specific data type of the column.
Describes optional column metadata of the schema for a database table.
Specifies the value at which the series for new identity columns is assigned.
Specifies the increment between values in the identity column.
The name of the catalog associated with the results of the latest query.
The namespace of the column.
The server name of the column.
The namespace for the table that contains the column.
Specifies the mapping for the column.
The default value for the column.
The expression used to compute the column.
Specifies whether the column values in the column are automatically incremented.
Specifies whether this column is hidden.
Specifies whether this column is read-only.
Specifies whether this column contains row version information.
Specifies the provider-specific data type of the column.
Specifies what types of Transact-SQL join statements are supported by the data source.
The data source supports full outer joins.
The data source supports inner joins.
The data source supports left outer joins.
The data source does not support join queries.
The data source supports right outer joins.
Specifies how conflicting changes to the data source will be detected and resolved.
Update and delete statements will include all searchable columns from the table in the WHERE clause. This is equivalent to specifying | .
If any Timestamp columns exist in the table, they are used in the WHERE clause for all generated update statements. This is equivalent to specifying | .
All update and delete statements include only columns in the WHERE clause. If no is defined, all searchable columns are included in the WHERE clause. This is equivalent to | .
Describes the current state of the connection to a data source.
The connection to the data source is broken. This can occur only after the connection has been opened. A connection in this state may be closed and then re-opened. (This value is reserved for future versions of the product.)
The connection is closed.
The connection object is connecting to the data source.
The connection object is executing a command. (This value is reserved for future versions of the product.)
The connection object is retrieving data. (This value is reserved for future versions of the product.)
The connection is open.
Represents a constraint that can be enforced on one or more objects.
Initializes a new instance of the class.
Gets the to which this constraint belongs.
The to which the constraint belongs.
Gets the to which this constraint belongs.
The name of a constraint in the .
The name of the .
The name is a null value or empty string.
The already contains a with the same name (The comparison is not case-sensitive.).
Gets the collection of user-defined constraint properties.
A of custom information.
Sets the constraint's .
The to which this constraint will belong.
Gets the to which the constraint applies.
A to which the constraint applies.
Gets the , if there is one, as a string.
The string value of the .
Represents a collection of constraints for a .
Adds the specified object to the collection.
The to add.
The argument is null.
The constraint already belongs to this collection, or belongs to another collection.
The collection already has a constraint with the same name. (The comparison is not case-sensitive.)
Constructs a new with the specified name, , and value that indicates whether the column is a primary key, and adds it to the collection.
The name of the .
The to which the constraint applies.
Specifies whether the column should be the primary key. If , the column will be a primary key column.
A new .
The constraint already belongs to this collection.
-Or-
The constraint belongs to another collection.
The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)
Constructs a new with the specified name, parent column, and child column, and adds the constraint to the collection.
The name of the .
The primary key, or parent, .
The foreign key, or child, .
A new .
Constructs a new with the specified name, array of objects, and value that indicates whether the column is a primary key, and adds it to the collection.
The name of the .
An array of objects to which the constraint applies.
Specifies whether the column should be the primary key. If , the column will be a primary key column.
A new .
The constraint already belongs to this collection.
-Or-
The constraint belongs to another collection.
The collection already has a constraint with the specified name. (The comparison is not case-sensitive.)
Constructs a new , with the specified arrays of parent columns and child columns, and adds the constraint to the collection.
The name of the .
An array of objects that are the primary key, or parent, columns.
An array of objects that are the foreign key, or child, columns.
A new .
Copies the elements of the specified array to the end of the collection.
An array of objects to add to the collection.
Indicates whether a can be removed.
The to be tested for removal from the collection.
if the can be removed from collection; otherwise, .
Clears the collection of any objects.
Occurs whenever the is changed because of objects being added or removed.
Indicates whether the object specified by name exists in the collection.
The of the constraint.
if the collection contains the specified constraint; otherwise, .
Copies the collection objects to a one-dimensional instance starting at the specified index.
The one-dimensional that is the destination of the values copied from the collection.
The index of the array at which to start inserting.
Gets the index of the specified .
The to search for.
The zero-based index of the if it is in the collection; otherwise, -1.
Gets the index of the specified by name.
The name of the .
The index of the if it is in the collection; otherwise, -1.
Gets the from the collection at the specified index.
The index of the constraint to return.
The at the specified index.
The index value is greater than the number of items in the collection.
Gets the from the collection with the specified name.
The of the constraint to return.
The with the specified name; otherwise a null value if the does not exist.
Removes the specified from the collection.
The to remove.
The argument is .
The constraint does not belong to the collection.
Removes the object specified by name from the collection.
The name of the to remove.
Removes the object at the specified index from the collection.
The index of the to remove.
The collection does not have a constraint at this index.
Represents the exception that is thrown when attempting an action that violates a constraint.
Initializes a new instance of the class. This is the default constructor.
Initializes a new instance of the class using the specified serialization and stream context.
The data necessary to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class using the specified string and inner exception.
The string to display when the exception is thrown.
Gets the instance that caused the current exception.
Represents the schema of a column in a .
Initializes a new instance of a class as type string.
Initializes a new instance of the class, as type string, using the specified column name.
A string that represents the name of the column to be created. If set to or an empty string (""), a default name will be specified when added to the columns collection.
Initializes a new instance of the class using the specified column name and data type.
A string that represents the name of the column to be created. If set to or an empty string (""), a default name will be specified when added to the columns collection.
A supported .
No was specified.
Initializes a new instance of the class using the specified name, data type, and expression.
A string that represents the name of the column to be created. If set to or an empty string (""), a default name will be specified when added to the columns collection.
A supported .
The expression used to create this column. For more information, see the property.
No was specified.
Initializes a new instance of the class using the specified name, data type, expression, and value that determines whether the column is an attribute.
A string that represents the name of the column to be created. If set to or an empty string (""), a default name will be specified when added to the columns collection.
A supported .
The expression used to create this column. For more information, see the property.
One of the values.
No was specified.
Gets or sets a value that indicates whether null values are allowed in this column for rows that belong to the table.
if null values values are allowed; otherwise, . The default is .
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.
if the value of the column increments automatically; otherwise, . The default is .
The column is a computed column.
Gets or sets the starting value for a column that has its property set to . The default is 0.
The starting value for the feature.
Gets or sets the increment used by a column with its property set to .
The number by which the value of the column is automatically incremented. The default is 1.
The value set is zero.
Gets or sets the caption for the column.
The caption of the column. If not set, returns the value.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the of the column.
One of the values.
Gets or sets the name of the column in the .
The name of the column.
The property is set to or an empty string and the column belongs to a collection.
A column with the same name already exists in the collection. The name comparison is not case sensitive.
Gets or sets the type of data stored in the column.
A object that represents the column data type.
The column already has data stored.
Gets or sets the for the column.
The for the specified column.
Gets or sets the default value for the column when you are creating new rows.
A value appropriate to the column's .
When you are adding a row, the default value is not an instance of the column's data type.
Gets or sets the expression used to filter rows, calculate the values in a column, or create an aggregate column.
An expression to calculate the value of a column, or create an aggregate column. The return type of an expression is determined by the of the column.
The or property is set to .
When you are using the CONVERT function, the expression evaluates to a string, but the string does not contain a representation that can be converted to the type parameter.
When you are using the CONVERT function, the requested cast is not possible. See the Conversion function in the following section for detailed information about possible casts.
When you use the SUBSTRING function, the start argument is out of range.
-Or-
When you use the SUBSTRING function, the length argument is out of range.
When you use the LEN function or the TRIM function, the expression does not evaluate to a string. This includes expressions that evaluate to .
Gets the collection of custom user information associated with a .
A of custom information.
Gets or sets the maximum length of a text column.
The maximum length of the column in characters. If the column has no maximum length, the value is -1 (default).
Gets or sets the namespace of the .
The namespace of the .
The namespace already has data.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Parameter reference.
Gets the (zero-based) position of the column in the collection.
The position of the column. Gets -1 if the column is not a member of a collection.
Gets or sets an XML prefix that aliases the namespace of the .
The XML prefix for the namespace.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Parameter reference.
Gets or sets a value that indicates whether the column allows for changes as soon as a row has been added to the table.
if the column is read only; otherwise, . The default is .
The property is set to on a computed column.
Changes the ordinal or position of the to the specified ordinal or position.
The specified ordinal.
Gets the to which the column belongs to.
The that the belongs to.
Gets the of the column, if one exists.
The value, if the property is set; otherwise, the property.
Gets or sets a value that indicates whether the values in each row of the column must be unique.
if the value must be unique; otherwise, . The default is .
The column is a calculated column.
Provides data for the event.
Initializes a new instance of the class.
The of the column with the changing value.
The with the changing value.
The new value.
Gets the with a changing value.
The with a changing value.
Gets or sets the proposed new value for the column.
The proposed value, of type .
Gets the of the column with a changing value.
The of the column with a changing value.
Represents the method that will handle the event.
The source of the event.
A that contains the event data.
Represents a collection of objects for a .
Creates and adds a object to the .
The newly created .
Creates and adds the specified object to the .
The to add.
The parameter is .
The column already belongs to this collection, or to another collection.
The collection already has a column with the specified name. (The comparison is not case-sensitive.)
The expression is invalid. See the property for more information about how to create expressions.
Creates and adds a object that has the specified name to the .
The name of the column.
The newly created .
The collection already has a column with the specified name. (The comparison is not case-sensitive.)
Creates and adds a object that has the specified name and type to the .
The to use when you create the column.
The of the new column.
The newly created .
The collection already has a column with the specified name. (The comparison is not case-sensitive.)
The expression is invalid. See the property for more information about how to create expressions.
Creates and adds a object that has the specified name, type, and expression to the .
The name to use when you create the column.
The of the new column.
The expression to assign to the property.
The newly created .
The collection already has a column with the specified name. (The comparison is not case-sensitive.)
The expression is invalid. See the property for more information about how to create expressions.
Copies the elements of the specified array to the end of the collection.
The array of objects to add to the collection.
Checks whether a specific column can be removed from the collection.
A in the collection.
if the column can be removed. if,
The parameter is .
The column does not belong to this collection.
The column is part of a relationship.
Another column's expression depends on this column.
The parameter is null.
The column does not belong to this collection.
-or-
The column is part of a relationship.
-or-
Another column's expression depends on this column.
Clears the collection of any columns.
Occurs when the columns collection changes, either by adding or removing a column.
Checks whether the collection contains a column with the specified name.
The of the column to look for.
if a column exists with this name; otherwise, .
Copies the entire collection into an existing array, starting at a specified index within the array.
An array of objects to copy the collection into.
The index to start from.
Gets the index of a column specified by name.
The name of the column to return.
The index of the column specified by if it is found; otherwise, -1.
Gets the index of the column with the specific name (the name is not case sensitive).
The name of the column to find.
The zero-based index of the column with the specified name, or -1 if the column does not exist in the collection.
Gets the from the collection at the specified index.
The zero-based index of the column to return.
The at the specified index.
The index value is greater than the number of items in the collection.
Gets the from the collection with the specified name.
The of the column to return.
The in the collection with the specified ; otherwise a null value if the does not exist.
Removes the specified object from the collection.
The to remove.
The parameter is .
The column does not belong to this collection.
-Or-
The column is part of a relationship.
-Or-
Another column's expression depends on this column.
Removes the object that has the specified name from the collection.
The name of the column to remove.
The collection does not have a column with the specified name.
Removes the column at the specified index from the collection.
The index of the column to remove.
The collection does not have a column at the specified index.
Represents the exception that is thrown when errors are generated using ADO.NET components.
Initializes a new instance of the class. This is the default constructor.
Initializes a new instance of the class with the specified serialization information and context.
The data necessary to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with the specified string and inner exception.
The string to display when the exception is thrown.
A reference to an inner exception.
Represents a parent/child relationship between two objects.
Initializes a new instance of the class using the specified name, and parent and child objects.
The name of the . If or an empty string (""), a default name will be given when the created object is added to the .
The parent in the relationship.
The child in the relationship.
One or both of the objects contains .
The columns have different data types
-Or-
The tables do not belong to the same .
Initializes a new instance of the class using the specified name, parent and child objects, and a value that indicates whether to create constraints.
The name of the relation. If or an empty string (""), a default name will be given when the created object is added to the .
The parent in the relation.
The child in the relation.
A value that indicates whether constraints are created. , if constraints are created. Otherwise, .
One or both of the objects contains .
The columns have different data types
-Or-
The tables do not belong to the same .
Initializes a new instance of the class using the specified name and matched arrays of parent and child objects.
The name of the relation. If or an empty string (""), a default name will be given when the created object is added to the .
An array of parent objects.
An array of child objects.
One or both of the objects contains .
The objects have different data types
-Or-
One or both of the arrays are not composed of distinct columns from the same table.
-Or-
The tables do not belong to the same .
Initializes a new instance of the class using the specified name, matched arrays of parent and child objects, and value that indicates whether to create constraints.
The name of the relation. If or an empty string (""), a default name will be given when the created object is added to the .
An array of parent objects.
An array of child objects.
A value that indicates whether to create constraints. , if constraints are created. Otherwise, .
One or both of the objects is .
The columns have different data types
-Or-
The tables do not belong to the same .
This constructor is provided for design time support in the Visual Studio environment.
The name of the . If or an empty string (""), a default name will be given when the created object is added to the .
The name of the that is the parent table of the relation.
The name of the parent table namespace.
The name of the that is the child table of the relation.
The name of the child table namespace.
An array of object names in the parent of the relation.
An array of object names in the child of the relation.
A value that indicates whether relationships are nested.
This constructor is provided for design time support in the Visual Studio environment.
The name of the relation. If or an empty string (""), a default name will be given when the created object is added to the .
The name of the that is the parent table of the relation.
The name of the that is the child table of the relation.
An array of object names in the parent of the relation.
An array of object names in the child of the relation.
A value that indicates whether relationships are nested.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The parent and child tables belong to different objects.
-Or-
One or more pairs of parent and child objects have mismatched data types.
-Or-
The parent and child objects are identical.
Gets the child objects of this relation.
An array of objects.
Gets the for the relation.
A .
Gets the child table of this relation.
A that is the child table of the relation.
Gets the to which the belongs.
A to which the belongs.
Gets the collection that stores customized properties.
A that contains customized properties.
Gets or sets a value that indicates whether objects are nested.
, if objects are nested; otherwise, .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Parameter reference.
Gets an array of objects that are the parent columns of this .
An array of objects that are the parent columns of this .
Gets the that guarantees that values in the parent column of a are unique.
A that makes sure that values in a parent column are unique.
Gets the parent of this .
A that is the parent table of this relation.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Parameter reference.
Gets or sets the name used to retrieve a from the .
The name of the a .
or empty string ("") was passed into a that is a .
The belongs to a collection that already contains a with the same name.
Gets the , if one exists.
The value of the property.
Represents the collection of objects for this .
Initializes a new instance of the class.
Creates a with a specified parent and child column, and adds it to the collection.
The parent column of the relation.
The child column of the relation.
The created relation.
Creates a with the specified parent and child columns, and adds it to the collection.
The parent columns of the relation.
The child columns of the relation.
The created relation.
The argument is a null value.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the same name. (The comparison is not case sensitive.)
The relation has entered an invalid state since it was created.
Adds a to the .
The to add to the collection.
The parameter is a null value.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the specified name. (The comparison is not case sensitive.)
The relation has entered an invalid state since it was created.
Creates a with the specified name, and parent and child columns, and adds it to the collection.
The name of the relation.
The parent column of the relation.
The child column of the relation.
The created relation.
Creates a with the specified name, parent and child columns, with optional constraints according to the value of the parameter, and adds it to the collection.
The name of the relation.
The parent column of the relation.
The child column of the relation.
to create constraints; otherwise . (The default is ).
The created relation.
Creates a with the specified name and arrays of parent and child columns, and adds it to the collection.
The name of the to create.
An array of parent objects.
An array of child objects.
The created .
The relation name is a null value.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the same name. (The comparison is not case sensitive.)
The relation has entered an invalid state since it was created.
Creates a with the specified name, arrays of parent and child columns, and value specifying whether to create a constraint, and adds it to the collection.
The name of the to create.
An array of parent objects.
An array of child objects.
to create a constraint; otherwise .
The created relation.
The relation name is a null value.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the same name. (The comparison is not case sensitive.)
The relation has entered an invalid state since it was created.
Performs verification on the table.
The relation to check.
The relation is null.
The relation already belongs to this collection, or it belongs to another collection.
The collection already has a relation with the same name. (The comparison is not case sensitive.)
Copies the elements of the specified array to the end of the collection.
The array of objects to add to the collection.
Verifies whether the specified can be removed from the collection.
The relation to perform the check against.
if the can be removed; otherwise, .
Clears the collection of any relations.
Occurs when the collection has changed.
Verifies whether a with the specific name (case insensitive) exists in the collection.
The name of the relation to find.
, if a relation with the specified name exists; otherwise .
Copies the collection of objects starting at the specified index.
The array of objects to copy the collection to.
The index to start from.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The referenced DataSet.
Gets the index of the specified object.
The relation to search for.
The 0-based index of the relation, or -1 if the relation is not found in the collection.
Gets the index of the specified by name.
The name of the relation to find.
The zero-based index of the relation with the specified name, or -1 if the relation does not exist in the collection.
Gets the object at the specified index.
The zero-based index to find.
The , or a null value if the specified does not exist.
The index value is greater than the number of items in the collection.
Gets the object specified by name.
The name of the relation to find.
The named , or a null value if the specified does not exist.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Removes the specified relation from the collection.
The relation to remove.
The relation is a null value.
The relation does not belong to the collection.
Removes the relation with the specified name from the collection.
The name of the relation to remove.
The collection does not have a relation with the specified name.
Removes the relation at the specified index from the collection.
The index of the relation to remove.
The collection does not have a relation at the specified index.
Performs a verification on the specified object.
The object to verify.
The collection does not have a relation at the specified index.
The specified relation does not belong to this collection, or it belongs to another collection.
Represents a row of data in a .
Initializes a new instance of the DataRow. Constructs a row from the builder. Only for internal usage.
builder
Commits all the changes made to this row since the last time was called.
The row does not belong to the table.
Starts an edit operation on a object.
The method was called inside the event.
The method was called upon a deleted row.
Cancels the current edit on the row.
The method was called inside the event.
Clears the errors for the row. This includes the and errors set with .
Deletes the .
The has already been deleted.
Ends the edit occurring on the row.
The method was called inside the event.
The edit broke a constraint.
The row belongs to the table and the edit tried to change the value of a read-only column.
The edit tried to put a null value into a column where is false.
Gets the child rows of this using the specified .
The to use.
An array of objects or an array of length zero.
The relation and row do not belong to the same table.
The relation is .
The row does not belong to the table.
The row does not have this version of data.
Gets the child rows of a using the specified , and .
The to use.
One of the values specifying the version of the data to get. Possible values are , , , and .
An array of objects.
The relation and row do not belong to the same table.
The is .
The row does not belong to the table.
The row does not have the requested .
Gets the child rows of a using the specified of a .
The of the to use.
An array of objects or an array of length zero.
The relation and row do not belong to the same table.
The row does not belong to the table.
Gets the child rows of a using the specified of a , and .
The of the to use.
One of the values specifying the version of the data to get. Possible values are , , , and .
An array of objects or an array of length zero.
The relation and row do not belong to the same table.
The is .
The row does not belong to the table.
The row does not have the requested .
Gets the error description of the specified .
A .
The text of the error description.
Gets the error description for the column specified by index.
The zero-based index of the column.
The text of the error description.
The argument is out of range.
Gets the error description for a column, specified by name.
The name of the column.
The text of the error description.
Gets an array of columns that have errors.
An array of objects that contain errors.
Gets the parent row of a using the specified .
The to use.
The parent of the current row.
The does not belong to the .
-or-
The row is .
A child row has multiple parents.
This row does not belong to the child table of the object.
The row does not belong to a table.
Gets the parent row of a using the specified , and .
The to use.
One of the values specifying the version of the data to get.
The parent of the current row.
The row is .
-or-
The does not belong to this table's parent relations.
A child row has multiple parents.
The relation's child table is not the table the row belongs to.
The row does not belong to a table.
The row does not have this version of data.
Gets the parent row of a using the specified of a .
The of a .
The parent of the current row.
The relation and row do not belong to the same table.
A child row has multiple parents.
The row does not belong to the table.
Gets the parent row of a using the specified of a , and .
The of a .
One of the values.
The parent of the current row.
The relation and row do not belong to the same table.
The is .
A child row has multiple parents.
The row does not belong to the table.
The row does not have the requested .
Gets the parent rows of a using the specified .
The to use.
An array of objects or an array of length zero.
The does not belong to this row's .
The row is .
The relation's child table is not the table the row belongs to.
The row does not belong to a .
Gets the parent rows of a using the specified , and .
The to use.
One of the values specifying the version of the data to get.
An array of objects or an array of length zero.
The does not belong to this row's .
The row is .
The relation's child table is not the table the row belongs to.
The row does not belong to a .
The row does not have the requested .
Gets the parent rows of a using the specified of a .
The of a .
An array of objects or an array of length zero.
The relation and row do not belong to the same table.
The row does not belong to the table.
Gets the parent rows of a using the specified of a , and .
The of a .
One of the values specifying the version of the data to get. Possible values are , , , and .
An array of objects or an array of length zero.
The relation and row do not belong to the same table.
The is .
The row does not belong to the table.
The row does not have the requested .
Gets a value that indicates whether there are errors in a row.
if the row contains an error; otherwise, .
Gets a value that indicates whether a specified version exists.
One of the values that specifies the row version.
if the version exists; otherwise, .
Gets a value that indicates whether the specified contains a null value.
A .
if the column contains a null value; otherwise, .
Gets a value that indicates whether the specified and contains a null value.
A .
One of the values that specifies the row version. Possible values are , , , and .
if the column contains a null value; otherwise, .
Gets a value that indicates whether the column at the specified index contains a null value.
The zero-based index of the column.
if the column contains a null value; otherwise, .
Gets a value that indicates whether the named column contains a null value.
The name of the column.
if the column contains a null value; otherwise, .
Gets or sets the data stored in the specified .
A that contains the data.
An that contains the data.
The column does not belong to this table.
The is null.
An attempt was made to set a value on a deleted row.
The data types of the value and the column do not match.
Gets the specified version of data stored in the specified .
A that contains information about the column.
One of the values that specifies the row version that you want. Possible values are , , , and .
An that contains the data.
The column does not belong to the table.
The argument contains null.
The row does not have this version of data.
Gets or sets the data stored in the column specified by index.
The zero-based index of the column.
An that contains the data.
Occurs when you try to set a value on a deleted row.
The argument is out of range.
Occurs when you set the value and the new value's does not match .
Gets the data stored in the column, specified by index and version of the data to retrieve.
The zero-based index of the column.
One of the values that specifies the row version that you want. Possible values are , , , and .
An that contains the data.
The argument is out of range.
The data types of the value and the column do not match.
The row does not have this version of data.
An attempt was made to set a value on a deleted row.
Gets or sets the data stored in the column specified by name.
The name of the column.
An that contains the data.
The column specified by cannot be found.
Occurs when you try to set a value on a deleted row.
Occurs when you set a value and its does not match .
Occurs when you try to insert a null value into a column where is set to .
Gets the specified version of data stored in the named column.
The name of the column.
One of the values that specifies the row version that you want. Possible values are , , , and .
An that contains the data.
The column specified by cannot be found.
The data types of the value and the column do not match.
The row does not have this version of data.
The row was deleted.
Gets or sets all the values for this row through an array.
An array of type .
The array is larger than the number of columns in the table.
A value in the array does not match its in its respective .
An edit broke a constraint.
An edit tried to change the value of a read-only column.
An edit tried to put a null value in a column where of the object is .
The row has been deleted.
Rejects all changes made to the row since was last called.
The row does not belong to the table.
Gets or sets the custom error description for a row.
The text describing an error.
Gets the current state of the row with regard to its relationship to the .
One of the values.
Changes the of a to .
Sets the error description for a column specified as a .
The to set the error description for.
The error description.
Sets the error description for a column specified by index.
The zero-based index of the column.
The error description.
The argument is out of range
Sets the error description for a column specified by name.
The name of the column.
The error description.
Changes the of a to .
Sets the value of the specified to a null value.
A .
Sets the parent row of a with specified new parent .
The new parent .
Sets the parent row of a with specified new parent and .
The new parent .
The relation to use.
One of the rows does not belong to a table
One of the rows is .
The relation does not belong to the of the object.
The relation's child is not the table this row belongs to.
Gets the for which this row has a schema.
The to which this row belongs.
Describes an action performed on a .
The row has been added to the table.
The row has changed.
The original and the current versions of the row have been changed.
The original version of the row has been changed.
The changes to the row have been committed.
The row was deleted from the table.
The row has not changed.
The most recent change to the row has been rolled back.
The type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides data for the , , , and events.
Initializes a new instance of the class.
The upon which an action is occuring.
One of the values.
Gets the action that has occurred on a .
One of the values.
Gets the row upon which an action has occurred.
The upon which an action has occurred.
Represents the method that will handle the , , , and events of a .
The source of the event.
A that contains the event data.
Represents a collection of rows for a .
Adds the specified to the object.
The to add.
The row is null.
The row either belongs to another table or already belongs to this table.
The addition invalidates a constraint.
The addition tries to put a null in a where is false.
Creates a row using specified values and adds it to the .
The array of values that are used to create the new row.
None.
The array is larger than the number of columns in the table.
A value does not match its respective column type.
Adding the row invalidates a constraint.
Trying to put a null in a column where is false.
Clears the collection of all rows.
A is enforced on the .
Gets a value that indicates whether the primary key of any row in the collection contains the specified value.
The value of the primary key to test for.
if the collection contains a with the specified primary key value; otherwise, .
The table does not have a primary key.
Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array.
An array of primary key values to test for.
if the contains a with the specified key values; otherwise, .
The table does not have a primary key.
Copies all the objects from the collection into the given array, starting at the given destination array index.
The one-dimensional array that is the destination of the elements copied from the . The array must have zero-based indexing.
The zero-based index in the array at which copying begins.
Copies all the objects from the collection into the given array, starting at the given destination array index.
The one-dimensional array that is the destination of the elements copied from the . The array must have zero-based indexing.
The zero-based index in the array at which copying begins.
Gets the total number of objects in this collection.
The total number of objects in this collection.
Gets the row specified by the primary key value.
The primary key value of the to find.
A that contains the primary key value specified; otherwise a null value if the primary key value does not exist in the .
The table does not have a primary key.
Gets the row that contains the specified primary key values.
An array of primary key values to find. The type of the array is .
A object that contains the primary key values specified; otherwise a null value if the primary key value does not exist in the .
No row corresponds to that index value.
The table does not have a primary key.
Gets an for this collection.
An for this collection.
Gets the index of the specified object.
The to search for.
The zero-based index of the row, or -1 if the row is not found in the collection.
Inserts a new row into the collection at the specified location.
The to add.
The (zero-based) location in the collection where you want to add the .
The is less than 0.
Gets the row at the specified index.
The zero-based index of the row to return.
The specified .
The index value is greater than the number of items in the collection.
Removes the specified from the collection.
The to remove.
Removes the row at the specified index from the collection.
The index of the row to remove.
Gets the state of a object.
The row has been added to a , and has not been called.
The row was deleted using the method of the .
The row has been created but is not part of any . A is in this state immediately after it has been created and before it is added to a collection, or if it has been removed from a collection.
The row has been modified and has not been called.
The row has not changed since was last called.
Describes the version of a .
The row contains current values.
The default version of . For a value of , or , the default version is . For a value of , the version is .
The row contains its original values.
The row contains a proposed value.
Represents a customized view of a .
Begins an edit procedure.
Cancels an edit procedure.
Returns a for the child with the specified child .
The object.
a for the child .
Returns a for the child with the specified and parent.
The object.
The parent object.
A for the child .
Returns a for the child with the specified child name.
A string containing the name.
a for the child .
Returns a for the child with the specified name and parent.
A string containing the name.
The parent
a for the child .
Gets the to which this row belongs.
The to which this row belongs.
Deletes a row.
Commits changes to the underlying and ends the editing session that was begun with . Use to discard the changes made to the .
Gets a value indicating whether the current is identical to the specified object.
An to be compared.
if is a and it returns the same row as the current ; otherwise .
Returns the hash code of the object.
A 32-bit signed integer hash code 1, which represents Boolean if the value of this instance is nonzero; otherwise the integer zero, which represents Boolean .
Indicates whether the row is in edit mode.
if the row is in edit mode; otherwise .
Indicates whether a is new.
if the row is new; otherwise .
Gets or sets a value in a specified column.
The specified column.
The value of the column.
Gets or sets a value in a specified column.
String that contains the specified column.
The value of the column.
Event that is raised when a property is changed.
Gets the being viewed.
The being viewed by the .
Gets the current version description of the .
One of the values. Possible values for the property are , , , and .
Returns a collection of custom attributes for this instance of a component.
An AttributeCollection containing the attributes for this object.
Returns the class name of this instance of a component.
The class name of this instance of a component.
Returns the name of this instance of a component.
The name of this instance of a component.
Returns a type converter for this instance of a component.
The type converter for this instance of a component.
Returns the default event for this instance of a component.
The default event for this instance of a component.
Returns the default property for this instance of a component.
The default property for this instance of a component.
Returns an editor of the specified type for this instance of a component.
A that represents the editor for this object.
An of the specified type that is the editor for this object, or if the editor cannot be found.
Returns the events for this instance of a component.
The events for this instance of a component.
Returns the events for this instance of a component with specified attributes.
The attributes
The events for this instance of a component.
Returns the properties for this instance of a component.
The properties for this instance of a component.
Returns the properties for this instance of a component with specified attributes.
The attributes.
The properties for this instance of a component.
Returns an object that contains the property described by the specified property descriptor.
A that represents the property whose owner is to be found.
An that represents the owner of the specified property.
Gets a message that describes any validation errors for the object.
The validation error on the object.
Gets the error message for the property with the given name.
The name of the property whose error message to get.
The error message for the property. The default is an empty string ("").
Represents an in-memory cache of data.
Initializes a new instance of the class.
Initializes a new instance of a class that has the given serialization information and context.
The data needed to serialize or deserialize an object.
The source and destination of a given serialized stream.
Initializes a new instance of the class.
The object.
The object.
The boolean value.
Initializes a new instance of a class with the given name.
The name of the .
Commits all the changes made to this since it was loaded or since the last time was called.
Begins the initialization of a that is used on a form or used by another component. The initialization occurs at run time.
Gets or sets a value indicating whether string comparisons within objects are case-sensitive.
if string comparisons are case-sensitive; otherwise, . The default is .
Clears the of any data by removing all rows in all tables.
Copies the structure of the , including all schemas, relations, and constraints. Does not copy any data.
A new with the same schema as the current , but none of the data.
Copies both the structure and data for this .
A new with the same structure (table schemas, relations, and constraints) and data as this .
If these classes have been subclassed, the copy will also be of the same subclasses.
Returns a with one result set per , in the same sequence as the tables appear in the collection.
A containing one or more result sets, corresponding to the instances contained within the source .
Returns a with one result set per .
An array of DataTables providing the order of the result sets to be returned in the .
A containing one or more result sets, corresponding to the instances contained within the source . The returned result sets are in the order specified by the parameter.
Gets or sets the name of the current .
The name of the .
Gets a custom view of the data contained in the to allow filtering, searching, and navigating using a custom .
A object.
Determines the for a .
The that a 's protected constructor is invoked with during deserialization in remoting scenarios.
The that a 's protected constructor is invoked with during deserialization in remoting scenarios.
An enumeration indicating whether schema information has been omitted from the payload.
Determines the for a .
The instance that is passed during deserialization of the .
An enumeration indicating whether schema information has been omitted from the payload.
Ends the initialization of a that is used on a form or used by another component. The initialization occurs at run time.
Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.
if rules are enforced; otherwise, . The default is .
One or more constraints cannot be enforced.
Gets the collection of customized user information associated with the .
A with all custom user information.
Gets a copy of the that contains all changes made to it since it was loaded or since was last called.
A copy of the changes from this that can have actions performed on it and later be merged back in using . If no changed rows are found, the method returns .
Gets a copy of the containing all changes made to it since it was last loaded, or since was called, filtered by .
One of the values.
A filtered copy of the that can have actions performed on it, and subsequently be merged back in using . If no rows of the desired are found, the method returns .
Gets a copy of for the DataSet.
The specified schema set.
A copy of .
Populates a serialization information object with the data needed to serialize the .
A that holds the serialized data associated with the .
A that contains the source and destination of the serialized stream associated with the .
The parameter is .
Returns a serializable instance.
The instance.
Deserializes the table data from the binary or XML stream.
The instance.
The streaming context.
Returns the XML representation of the data stored in the .
A string that is a representation of the data stored in the .
Returns the XML Schema for the XML representation of the data stored in the .
String that is the XML Schema for the XML representation of the data stored in the .
Gets a value indicating whether the has changes, including new, deleted, or modified rows.
if the has changes; otherwise, .
Gets a value indicating whether the has changes, including new, deleted, or modified rows, filtered by .
One of the values.
if the has changes; otherwise, .
Gets a value indicating whether there are errors in any of the objects within this .
if any table contains an error; otherwise, .
Applies the XML schema from the specified to the .
The from which to read the schema.
An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.
Applies the XML schema from the specified to the .
The from which to read the schema.
An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.
Applies the XML schema from the specified file to the .
The name of the file (including the path) from which to read the schema.
An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.
is not set to .
Applies the XML schema from the specified to the .
The from which to read the schema.
An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference.
Occurs after the is initialized.
Deserialize all of the tables data of the DataSet from the binary or XML stream.
Inspects the format of the serialized representation of the .
The object.
The object.
if the specified represents a serialized in its binary format, otherwise.
Gets a value that indicates whether the is initialized.
to indicate the component has completed initialization; otherwise, .
Fills a with values from a data source using the supplied , using an array of instances to supply the schema and namespace information.
An that provides one or more result sets.
A value from the enumeration that indicates how rows already in the instances within the will be combined with incoming rows that share the same primary key.
An array of instances, from which the method retrieves name and namespace information. Each of these tables must be a member of the contained by this .
Fills a with values from a data source using the supplied , using an array of instances to supply the schema and namespace information.
An that provides one or more result sets.
A value from the enumeration that indicates how rows already in the instances within the will be combined with incoming rows that share the same primary key.
A delegate to call when an error occurs while loading data.
An array of instances, from which the method retrieves name and namespace information.
Fills a with values from a data source using the supplied , using an array of strings to supply the names for the tables within the .
An that provides one or more result sets.
A value from the enumeration that indicates how rows already in the instances within the will be combined with incoming rows that share the same primary key.
An array of strings, from which the method retrieves table name information.
Gets or sets the locale information used to compare strings within the table.
A that contains data about the user's machine locale. The default is .
Merges an array of objects into the current .
The array of objects to be merged into the .
Merges an array of objects into the current , preserving or discarding changes in the and handling an incompatible schema according to the given arguments.
The array of objects to be merged into the .
to preserve changes in the ; otherwise, .
One of the values.
Merges a specified and its schema into the current .
The whose data and schema will be merged.
One or more constraints cannot be enabled.
The is .
Merges a specified and its schema into the current , preserving or discarding any changes in this according to the given argument.
The whose data and schema will be merged.
to preserve changes in the current ; otherwise, .
Merges a specified and its schema with the current , preserving or discarding changes in the current and handling an incompatible schema according to the given arguments.
The whose data and schema will be merged.
to preserve changes in the current ; otherwise, .
One of the values.
The is .
Merges a specified and its schema into the current .
The whose data and schema will be merged.
The is .
Merges a specified and its schema into the current , preserving or discarding changes in the and handling an incompatible schema according to the given arguments.
The whose data and schema will be merged.
One of the values.
to preserve changes in the ; otherwise, .
The is .
Occurs when a target and source have the same primary key value, and is set to true.
Gets or sets the namespace of the .
The namespace of the .
The namespace already has data.
Raises the event.
A that contains the event data.
Occurs when a object is removed from a .
The being removed.
Occurs when a is removed from a .
The being removed.
Gets or sets an XML prefix that aliases the namespace of the .
The XML prefix for the namespace.
Sends a notification that the specified property is about to change.
The name of the property that is about to change.
Reads XML schema and data into the using the specified .
An object that derives from .
The used to read the data.
Reads XML schema and data into the using the specified and .
The from which to read.
One of the values.
The used to read the data.
Reads XML schema and data into the using the specified .
The from which to read the schema and data.
The used to read the data.
Reads XML schema and data into the using the specified and .
The from which to read.
One of the values.
The used to read the data.
Reads XML schema and data into the using the specified file.
The filename (including the path) from which to read.
The used to read the data.
is not set to .
Reads XML schema and data into the using the specified file and .
The filename (including the path) from which to read.
One of the values.
The used to read the data.
is not set to .
Reads XML schema and data into the using the specified .
The from which to read.
The used to read the data.
Reads XML schema and data into the using the specified and .
The from which to read.
One of the values.
The used to read the data.
Reads the XML schema from the specified into the .
The from which to read.
Reads the XML schema from the specified into the .
The from which to read.
Reads the XML schema from the specified file into the .
The file name (including the path) from which to read.
is not set to .
Reads the XML schema from the specified into the .
The from which to read.
Ignores attributes and returns an empty DataSet.
The specified XML reader.
Rolls back all the changes made to the since it was created, or since the last time was called.
Gets the collection of relations that link tables and allow navigation from parent tables to child tables.
A that contains a collection of objects. An empty collection is returned if no objects exist.
Gets or sets a for the used during remoting.
A object.
Clears all tables and removes all relations, foreign constraints, and tables from the . Subclasses should override to restore a to its original state.
Gets or sets a for a .
A for a .
Gets a value indicating whether property should be persisted.
if the property value has been changed from its default; otherwise, .
Gets a value indicating whether property should be persisted.
if the property value has been changed from its default; otherwise, .
Gets or sets an for the .
An for the .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
A .
For a description of this member, see .
A .
Gets the collection of tables contained in the .
The contained by this . An empty collection is returned if no objects exist.
Writes the current data for the using the specified .
A object used to write to a file.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to .
A object used to write to a file.
One of the values.
Writes the current data for the using the specified .
The object with which to write.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to .
A object used to write the document.
One of the values.
Writes the current data for the to the specified file.
The file name (including the path) to which to write.
is not set to .
Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the parameter to .
The file name (including the path) to which to write.
One of the values.
is not set to .
Writes the current data for the to the specified .
The with which to write.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to .
The with which to write.
One of the values.
Writes the structure as an XML schema to the specified object.
A object used to write to a file.
Writes the structure as an XML schema to the specified object.
A object to write to.
A delegate used to convert to string.
Writes the structure as an XML schema to the specified object.
The object with which to write.
Writes the structure as an XML schema to the specified .
A object to write to.
A delegate used to convert to string.
Writes the structure as an XML schema to a file.
The file name (including the path) to which to write.
is not set to .
Writes the structure as an XML schema to a file.
The name of the file to write to.
A delegate used to convert to string.
Writes the structure as an XML schema to an object.
The to write to.
Writes the structure as an XML schema to the specified .
A object to write to.
A delegate used to convert to string.
Describes the serialization format for columns in a .
is always stored in Local. If or is assigned to a column in this mode, it is first converted into Local. Serialization in this mode is always performed in Local. There is an offset during serialization.
is always stored in Unspecified. If or is assigned to a column in this mode, it is first converted into . Serialization in this mode does not cause an offset.
is stored in Unspecified. If or is assigned to a column in this mode, it is first converted into . Serialization in this mode causes offset. This is the default behavior and is backward compatible. This option should be thought of as being Unspecified in storage but applying an offset that is similar to during serialization.
is stored in Universal Coordinated Time (UTC). If or is assigned to a column in this mode, it is first converted into format. Serialization in this mode is always performed in . There is no offset during serialization.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Marks a property, event, or extender with a description. Visual designers can display this description when referencing the member.
Initializes a new instance of the class using the specified description string.
The description string.
Gets the text for the description.
The description string.
Represents one table of in-memory data.
Initializes a new instance of the class with no arguments.
Initializes a new instance of the class with the and the .
The data needed to serialize or deserialize an object.
The source and destination of a given serialized stream.
Initializes a new instance of the class with the specified table name.
The name to give the table. If is or an empty string, a default name is given when added to the .
Initializes a new instance of the class using the specified table name and namespace.
The name to give the table. If is or an empty string, a default name is given when added to the .
The namespace for the XML representation of the data stored in the .
Commits all the changes made to this table since the last time was called.
Begins the initialization of a that is used on a form or used by another component. The initialization occurs at run time.
Turns off notifications, index maintenance, and constraints while loading data.
Indicates whether string comparisons within the table are case-sensitive.
if the comparison is case-sensitive; otherwise . The default is set to the parent object's property, or if the was created independently of a .
Gets the collection of child relations for this .
A that contains the child relations for the table. An empty collection is returned if no objects exist.
Clears the of all data.
Clones the structure of the , including all schemas and constraints.
A new with the same schema as the current .
Occurs after a value has been changed for the specified in a .
Occurs when a value is being changed for the specified in a .
Gets the collection of columns that belong to this table.
A that contains the collection of objects for the table. An empty collection is returned if no objects exist.
Computes the given expression on the current rows that pass the filter criteria.
The expression to compute.
The filter to limit the rows that evaluate in the expression.
An , set to the result of the computation. If the expression evaluates to null, the return value will be .
Gets the collection of constraints maintained by this table.
A that contains the collection of objects for the table. An empty collection is returned if no objects exist.
Copies both the structure and data for this .
A new with the same structure (table schemas and constraints) and data as this .
If these classes have been derived, the copy will also be of the same derived classes.
creates a new with the same structure and data as the original . To copy the structure to a new , but not the data, use .
Returns a corresponding to the data within this .
A containing one result set, corresponding to the source instance.
Creates a new instance of .
The new expression.
Gets the to which this table belongs.
The to which this table belongs.
Gets a customized view of the table that may include a filtered view, or a cursor position.
The associated with the .
Gets or sets the expression that returns a value used to represent this table in the user interface. The property lets you display the name of this table in a user interface.
A display string.
Ends the initialization of a that is used on a form or used by another component. The initialization occurs at run time.
Turns on notifications, index maintenance, and constraints after loading data.
Gets the collection of customized user information.
A that contains custom user information.
Checks whether initialization is in progress. The initialization occurs at run time.
Gets a copy of the that contains all changes made to it since it was loaded or was last called.
A copy of the changes from this , or if no changes are found.
Gets a copy of the containing all changes made to it since it was last loaded, or since was called, filtered by .
One of the values.
A filtered copy of the that can have actions performed on it, and later be merged back in the using . If no rows of the desired are found, the method returns .
This method returns an instance containing the Web Services Description Language (WSDL) that describes the for Web Services.
An instance.
The instance.
Gets an array of objects that contain errors.
An array of objects that have errors.
Populates a serialization information object with the data needed to serialize the .
A object that holds the serialized data associated with the .
A object that contains the source and destination of the serialized stream associated with the .
The parameter is a null reference ( in Visual Basic).
Gets the row type.
The type of the .
For a description of this member, see .
An that describes the XML representation of the object that is produced by the method and consumed by the method.
Gets a value indicating whether there are errors in any of the rows in any of the tables of the to which the table belongs.
if errors exist; otherwise .
Copies a into a , preserving any property settings, as well as original and current values.
The to be imported.
Occurs after the is initialized.
Gets a value that indicates whether the is initialized.
to indicate the component has completed initialization; otherwise .
Fills a with values from a data source using the supplied . If the already contains rows, the incoming data from the data source is merged with the existing rows.
An that provides a result set.
Fills a with values from a data source using the supplied . If the already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the parameter.
An that provides one or more result sets.
A value from the enumeration that indicates how rows already in the are combined with incoming rows that share the same primary key.
Fills a with values from a data source using the supplied using an error-handling delegate.
A that provides a result set.
A value from the enumeration that indicates how rows already in the are combined with incoming rows that share the same primary key.
A delegate to call when an error occurs while loading data.
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
An array of values used to create the new row.
to accept changes; otherwise .
The new .
The array is larger than the number of columns in the table.
A value doesn't match its respective column type.
Adding the row invalidates a constraint.
Attempting to put a null in a column where is false.
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
An array of values used to create the new row.
Used to determine how the array values are applied to the corresponding values in an existing row.
The new .
Gets or sets the locale information used to compare strings within the table.
A that contains data about the user's machine locale. The default is the object's (returned by the property) to which the belongs; if the table doesn't belong to a , the default is the current system .
Merge the specified with the current .
The to be merged with the current .
Merge the specified with the current , indicating whether to preserve changes in the current .
The to be merged with the current .
, to preserve changes in the current ; otherwise .
Merge the specified with the current , indicating whether to preserve changes and how to handle missing schema in the current .
The to be merged with the current .
, to preserve changes in the current ; otherwise .
One of the values.
Gets or sets the initial starting size for this table.
The initial starting size in rows of this table. The default is 50.
Gets or sets the namespace for the XML representation of the data stored in the .
The namespace of the .
Creates a new with the same schema as the table.
A with the same schema as the .
Returns an array of .
A value that describes the size of the array.
The new array.
Creates a new row from an existing row.
A object.
A derived class.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Notifies the that a is being removed.
The being removed.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Gets the collection of parent relations for this .
A that contains the parent relations for the table. An empty collection is returned if no objects exist.
Gets or sets the namespace for the XML representation of the data stored in the .
The prefix of the .
Gets or sets an array of columns that function as primary keys for the data table.
An array of objects.
The key is a foreign key.
Reads XML schema and data into the using the specified .
An object that derives from
The used to read the data.
Reads XML schema and data into the using the specified .
The that will be used to read the data.
The used to read the data.
Reads XML schema and data into the from the specified file.
The name of the file from which to read the data.
The used to read the data.
Reads XML Schema and Data into the using the specified .
The that will be used to read the data.
The used to read the data.
Reads an XML schema into the using the specified stream.
The stream used to read the schema.
Reads an XML schema into the using the specified .
The used to read the schema information.
Reads an XML schema into the from the specified file.
The name of the file from which to read the schema information.
Reads an XML schema into the using the specified .
The used to read the schema information.
Reads from an XML stream.
A object.
Rolls back all changes that have been made to the table since it was loaded, or the last time was called.
Gets or sets the serialization format.
A enumeration specifying either or serialization.
Resets the to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset.
Occurs after a has been changed successfully.
Occurs when a is changing.
Occurs after a row in the table has been deleted.
Occurs before a row in the table is about to be deleted.
Gets the collection of rows that belong to this table.
A that contains objects; otherwise a null value if no objects exist.
Gets an array of all objects.
An array of objects.
Gets an array of all objects that match the filter criteria.
The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#].
An array of objects.
Gets an array of all objects that match the filter criteria, in the specified sort order.
The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#].
A string specifying the column and sort direction.
An array of objects matching the filter expression.
Gets an array of all objects that match the filter in the order of the sort that match the specified state.
The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#].
A string specifying the column and sort direction.
One of the values.
An array of objects.
Gets or sets an for the .
An for the .
For a description of this member, see .
if the collection is a collection of objects; otherwise, .
For a description of this member, see .
An that can be bound to a data source from the object.
For a description of this member, see .
An that describes the XML representation of the object that is produced by the method and consumed by the method.
For a description of this member, see .
An XmlReader.
For a description of this member, see .
An XmlWriter.
Occurs after a is cleared.
Occurs when a is cleared.
Gets or sets the name of the .
The name of the .
or empty string ("") is passed in and this table belongs to a collection.
The table belongs to a collection that already has a table with the same name. (Comparison is case-sensitive).
Occurs when a new is inserted.
Gets the and , if there is one as a concatenated string.
A string consisting of the and the values.
Writes the current contents of the as XML using the specified .
The stream to which the data will be written.
Writes the current contents of the as XML using the specified . To save the data for the table and all its descendants, set the parameter to .
The stream to which the data will be written.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the parameter to .
The stream to which the data will be written.
One of the values.
Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the parameter to . To save the data for the table and all its descendants, set the parameter to .
The stream to which the data will be written.
One of the values.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current contents of the as XML using the specified .
The with which to write the content.
Writes the current contents of the as XML using the specified . To save the data for the table and all its descendants, set the parameter to .
The with which to write the content.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to .
The used to write the document.
One of the values.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to . To save the data for the table and all its descendants, set the parameter to .
The used to write the document.
One of the values.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current contents of the as XML using the specified file.
The file to which to write the XML data.
Writes the current contents of the as XML using the specified file. To save the data for the table and all its descendants, set the parameter to .
The file to which to write the XML data.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current data, and optionally the schema, for the using the specified file and . To write the schema, set the value for the parameter to .
The name of the file to which the data will be written.
One of the values.
Writes the current data, and optionally the schema, for the using the specified file and . To write the schema, set the value for the parameter to . To save the data for the table and all its descendants, set the parameter to .
The name of the file to which the data will be written.
One of the values.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current contents of the as XML using the specified .
The with which to write the contents.
Writes the current contents of the as XML using the specified .
The with which to write the contents.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to .
The used to write the document.
One of the values.
Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the parameter to . To save the data for the table and all its descendants, set the parameter to .
The used to write the document.
One of the values.
If , write the contents of the current table and all its descendants. If (the default value), write the data for the current table only.
Writes the current data structure of the as an XML schema to the specified stream.
The stream to which the XML schema will be written.
Writes the current data structure of the as an XML schema to the specified stream. To save the schema for the table and all its descendants, set the parameter to .
The stream to which the XML schema will be written.
If , write the schema of the current table and all its descendants. If (the default value), write the schema for the current table only.
Writes the current data structure of the as an XML schema using the specified .
The with which to write.
Writes the current data structure of the as an XML schema using the specified . To save the schema for the table and all its descendants, set the parameter to .
The with which to write.
If , write the schema of the current table and all its descendants. If (the default value), write the schema for the current table only.
Writes the current data structure of the as an XML schema to the specified file.
The name of the file to use.
Writes the current data structure of the as an XML schema to the specified file. To save the schema for the table and all its descendants, set the parameter to .
The name of the file to use.
If , write the schema of the current table and all its descendants. If (the default value), write the schema for the current table only.
Writes the current data structure of the as an XML schema using the specified .
The to use.
Writes the current data structure of the as an XML schema using the specified . To save the schema for the table and all its descendants, set the parameter to .
The used to write the document.
If , write the schema of the current table and all its descendants. If (the default value), write the schema for the current table only.
Provides data for the method.
Initializes a new instance of the class.
The whose rows are being cleared.
Gets the table whose rows are being cleared.
The whose rows are being cleared.
Gets the table name whose rows are being cleared.
A indicating the table name.
Gets the namespace of the table whose rows are being cleared.
A indicating the namespace name.
Represents the method that handles the method.
The source of the event.
A that contains the event data.
Represents the collection of tables for the .
Creates a new object by using a default name and adds it to the collection.
The newly created .
Adds the specified to the collection.
The object to add.
The value specified for the table is .
The table already belongs to this collection, or belongs to another collection.
A table in the collection has the same name. The comparison is not case sensitive.
Creates a object by using the specified name and adds it to the collection.
The name to give the created .
The newly created .
A table in the collection has the same name. (The comparison is not case sensitive.)
Creates a object by using the specified name and adds it to the collection.
The name to give the created .
The namespace to give the created .
The newly created .
A table in the collection has the same name. (The comparison is not case sensitive.)
Copies the elements of the specified array to the end of the collection.
The array of objects to add to the collection.
Verifies whether the specified object can be removed from the collection.
The in the collection to perform the check against.
if the table can be removed; otherwise .
Clears the collection of all objects.
Occurs after the is changed because of objects being added or removed.
Occurs while the is changing because of objects being added or removed.
Gets a value that indicates whether a object with the specified name exists in the collection.
The name of the to find.
if the specified table exists; otherwise .
Gets a value that indicates whether a object with the specified name and table namespace exists in the collection.
The name of the to find.
The name of the namespace to look in.
if the specified table exists; otherwise .
Copies all the elements of the current to a one-dimensional , starting at the specified destination array index.
The one-dimensional to copy the current object's elements into.
The destination index to start copying into.
Gets the index of the specified object.
The to search for.
The zero-based index of the table, or -1 if the table is not found in the collection.
Gets the index in the collection of the object with the specified name.
The name of the object to look for.
The zero-based index of the with the specified name, or -1 if the table does not exist in the collection.
Returns -1 when two or more tables have the same name but different namespaces. The call does not succeed if there is any ambiguity when matching a table name to exactly one table.
Gets the index in the collection of the specified object.
The name of the object to look for.
The name of the namespace to look in.
The zero-based index of the with the specified name, or -1 if the table does not exist in the collection.
Gets the object at the specified index.
The zero-based index of the to find.
A with the specified index; otherwise if the does not exist.
The index value is greater than the number of items in the collection.
Gets the object with the specified name.
The name of the to find.
A with the specified name; otherwise if the does not exist.
Gets the object with the specified name in the specified namespace.
The name of the to find.
The name of the namespace to look in.
A with the specified name; otherwise if the does not exist.
Removes the specified object from the collection.
The to remove.
The value specified for the table is .
The table does not belong to this collection.
-or-
The table is part of a relationship.
Removes the object with the specified name from the collection.
The name of the object to remove.
The collection does not have a table with the specified name.
Removes the object with the specified name from the collection.
The name of the object to remove.
The name of the namespace to look in.
The collection does not have a table with the specified name.
Removes the object at the specified index from the collection.
The index of the to remove.
The collection does not have a table at the specified index.
Provides data for the method.
Initializes a new instance of .
The being added.
Gets the row that is being added.
The that is being added.
Represents the method that handles the method.
The source of the event.
A that contains the event data.
The obtains the contents of one or more objects in the form of one or more read-only, forward-only result sets.
Initializes a new instance of the class by using data from the supplied .
The from which the new obtains its result set.
Initializes a new instance of the class using the supplied array of objects.
The array of objects that supplies the results for the new object.
Closes the current .
The depth of nesting for the current row of the .
The depth of nesting for the current row; always zero.
Returns the number of columns in the current row.
When not positioned in a valid result set, 0; otherwise the number of columns in the current row.
An attempt was made to retrieve the field count in a closed .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a .
Gets the value of the specified column as a byte.
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a byte.
Reads a stream of bytes starting at the specified column offset into the buffer as an array starting at the specified buffer offset.
The zero-based column ordinal.
The index within the field from which to start the read operation.
The buffer into which to read the stream of bytes.
The index within the buffer at which to start placing the data.
The maximum length to copy into the buffer.
The actual number of bytes read.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a byte array.
Gets the value of the specified column as a character.
The zero-based column ordinal.
The value of the column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified field does not contain a character.
Returns the value of the specified column as a character array.
The zero-based column ordinal.
The index within the field from which to start the read operation.
The buffer into which to read the stream of chars.
The index within the buffer at which to start placing the data.
The maximum length to copy into the buffer.
The actual number of characters read.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a character array.
Gets a string representing the data type of the specified column.
The zero-based column ordinal.
A string representing the column's data type.
The index passed was outside the range of 0 to - 1.
An attempt was made to read or access a column in a closed .
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a DateTime value.
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a value.
Gets the value of the column as a double-precision floating point number.
The zero-based ordinal of the column.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a double-precision floating point number.
Returns an enumerator that can be used to iterate through the item collection.
An object that represents the item collection.
An attempt was made to read or access a column in a closed .
Gets the that is the data type of the object.
The zero-based column ordinal.
The that is the data type of the object.
The index passed was outside the range of 0 to - 1.
An attempt was made to read or access a column in a closed .
Gets the value of the specified column as a single-precision floating point number.
The zero-based column ordinal.
The value of the column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a single-precision floating point number.
Gets the value of the specified column as a globally-unique identifier (GUID).
The zero-based column ordinal.
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a GUID.
Gets the value of the specified column as a 16-bit signed integer.
The zero-based column ordinal
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a 16-bit signed integer.
Gets the value of the specified column as a 32-bit signed integer.
The zero-based column ordinal
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a 32-bit signed integer value.
Gets the value of the specified column as a 64-bit signed integer.
The zero-based column ordinal
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a 64-bit signed integer value.
Gets the value of the specified column as a .
The zero-based column ordinal
The name of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to read or access a column in a closed .
Gets the column ordinal, given the name of the column.
The name of the column.
The zero-based column ordinal.
An attempt was made to read or access a column in a closed .
The name specified is not a valid column name.
Gets the type of the specified column in provider-specific format.
The zero-based column ordinal.
The that is the data type of the object.
The index passed was outside the range of 0 to - 1.
An attempt was made to read or access a column in a closed .
Gets the value of the specified column in provider-specific format.
The zero-based number of the column whose value is retrieved.
The value of the specified column in provider-specific format.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed
Fills the supplied array with provider-specific type information for all the columns in the .
An array of objects to be filled in with type information for the columns in the .
The number of column values copied into the array.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Gets the value of the specified column as a string.
The zero-based column ordinal
The value of the specified column.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
The specified column does not contain a string.
Gets the value of the specified column in its native format.
The zero-based column ordinal
The value of the specified column. This method returns for null columns.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access columns in a closed .
Populates an array of objects with the column values of the current row.
An array of into which to copy the column values from the .
The number of column values copied into the array.
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
Gets a value that indicates whether the contains one or more rows.
if the contains one or more rows; otherwise .
An attempt was made to retrieve information about a closed .
Gets a value that indicates whether the is closed.
if the is closed; otherwise, .
Gets a value that indicates whether the column contains non-existent or missing values.
The zero-based column ordinal
if the specified column value is equivalent to ; otherwise, .
The index passed was outside the range of 0 to - 1.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
Gets the value of the specified column in its native format given the column ordinal.
The zero-based column ordinal.
The value of the specified column in its native format.
The index passed was outside the range of 0 to - 1.
Gets the value of the specified column in its native format given the column name.
The name of the column.
The value of the specified column in its native format.
The name specified is not a valid column name.
An attempt was made to retrieve data from a deleted row.
An attempt was made to read or access a column in a closed .
Advances the to the next result set, if any.
if there was another result set; otherwise .
An attempt was made to navigate within a closed .
Advances the to the next record.
if there was another row to read; otherwise .
An attempt was made to read or access a column in a closed .
Gets the number of rows inserted, changed, or deleted by execution of the SQL statement.
The does not support this property and always returns 0.
Represents a databindable, customized view of a for sorting, filtering, searching, editing, and navigation. The does not store data, but instead represents a connected view of its corresponding . Changes to the 's data will affect the . Changes to the 's data will affect all s associated with it.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified .
A to add to the .
Initializes a new instance of the class with the specified , , , and .
A to add to the .
A to apply to the .
A to apply to the .
A to apply to the .
Adds a new row to the .
A new object.
Sets or gets a value that indicates whether deletes are allowed.
, if deletes are allowed; otherwise, .
Gets or sets a value that indicates whether edits are allowed.
, if edits are allowed; otherwise, .
Gets or sets a value that indicates whether the new rows can be added by using the method.
, if new rows can be added; otherwise, .
Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by .
, if the default sort is used; otherwise, .
Starts the initialization of a that is used on a form or used by another component. The initialization occurs at runtime.
Closes the .
Occurs after a has been changed successfully.
The source of the event.
A that contains the event data.
Copies items into an array. Only for Web Forms Interfaces.
array to copy into.
index to start at.
Gets the number of records in the after and have been applied.
The number of records in the .
Gets the associated with this view.
The that created this view. If this is the default for a , the property returns the default for the . Otherwise, if the was created without a , this property is .
Deletes a row at the specified index.
The index of the row to delete.
Disposes of the resources (other than memory) used by the object.
to release both managed and unmanaged resources; to release only unmanaged resources.
Ends the initialization of a that is used on a form or used by another component. The initialization occurs at runtime.
Determines whether the specified instances are considered equal.
The to be compared.
if the two instances are equal; otherwise, .
Finds a row in the by the specified sort key value.
The object to search for.
The index of the row in the that contains the sort key value specified; otherwise -1 if the sort key value does not exist.
Finds a row in the by the specified sort key values.
An array of values, typed as .
The index of the position of the first row in the that matches the sort key values specified; otherwise -1 if there are no matching sort key values.
Returns an array of objects whose columns match the specified sort key value.
The column value, typed as , to search for.
An array of objects whose columns match the specified sort key value; or, if no rows contain the specified sort key values, an empty array.
Returns an array of objects whose columns match the specified sort key value.
An array of column values, typed as , to search for.
An array of objects whose columns match the specified sort key value; or, if no rows contain the specified sort key values, an empty array.
Gets an enumerator for this .
An for navigating through the list.
Occurs after a has been changed successfully.
The source of the event.
A that contains the event data.
Occurs when initialization of the is completed.
Gets a value that indicates whether the component is initialized.
to indicate the component has completed initialization; otherwise, .
Gets a value that indicates whether the data source is currently open and projecting views of data on the .
, if the source is open; otherwise, .
Gets a row of data from a specified table.
The index of a record in the .
A of the row that you want.
Occurs when the list managed by the changes.
Raises the event.
A that contains the event data.
Opens a .
Reserved for internal use only.
Gets or sets the expression used to filter which rows are viewed in the .
A string that specifies how rows are to be filtered.
Gets or sets the row state filter used in the .
One of the values.
Gets or sets the sort column or columns, and sort order for the .
A string that contains the column name followed by "ASC" (ascending) or "DESC" (descending). Columns are sorted ascending by default. Multiple columns can be separated by commas.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
An value.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
An value.
For a description of this member, see .
For a description of this member, see .
An value.
For a description of this member, see .
For a description of this member, see .
An value.
An value to be inserted.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
An value.
For a description of this member, see .
For a description of this member, see .
An value.
For a description of this member, see .
An value.
For a description of this member, see .
A object.
For a description of this member, see .
The item added to the list.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
A object.
A object.
For a description of this member, see .
A object.
An value.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
A object.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
A object.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
An array of objects to find in the collection as bindable. This can be .
For a description of this member, see .
An array of objects.
For a description of this member, see .
Gets or sets the source .
A that provides the data for this view.
Creates and returns a new based on rows in an existing .
A new instance that contains the requested rows and columns.
Creates and returns a new based on rows in an existing .
If , the returned contains rows that have distinct values for all its columns. The default value is .
A string array that contains a list of the column names to be included in the returned . The contains the specified columns in the order they appear within this array.
A new instance that contains the requested rows and columns.
Creates and returns a new based on rows in an existing .
The name of the returned .
A new instance that contains the requested rows and columns.
Creates and returns a new based on rows in an existing .
The name of the returned .
If , the returned contains rows that have distinct values for all its columns. The default value is .
A string array that contains a list of the column names to be included in the returned . The contains the specified columns in the order they appear within this array.
A new instance that contains the requested rows and columns.
Reserved for internal use only.
Reserved for internal use only.
Reserved for internal use only.
Contains a default for each in a .
Initializes a new instance of the class.
Initializes a new instance of the class for the specified .
The name of the to use.
Creates a for the specified .
The name of the to use in the .
A object.
Gets or sets the to use with the .
The to use.
Gets or sets a value that is used for code persistence.
A value that is used for code persistence.
Gets the for each in the .
A for each .
Occurs after a row is added to or deleted from a .
Raises the event.
A that contains the event data.
Raises a event when a is added to or removed from the .
The source of the event.
A that contains the event data.
Copies the elements of the to an , starting at a particular index.
The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
The zero-based index in at which copying begins.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
if access to the is synchronized (thread safe); otherwise, .
For a description of this member, see .
An object that can be used to synchronize access to the .
For a description of this member, see .
For a description of this member, see .
Adds an item to the .
The to add to the .
The position into which the new element was inserted.
For a description of this member, see .
Determines whether the contains a specific value.
The to locate in the .
if the is found in the ; otherwise, .
Determines the index of a specific item in the .
The to locate in the .
The index of if found in the list; otherwise, -1.
Inserts an item to the at the specified index.
The zero-based index at which should be inserted.
The to insert into the .
For a description of this member, see .
if the has a fixed size; otherwise, .
For a description of this member, see .
For a description of this member, see .
Gets or sets the element at the specified index.
The zero-based index of the element to get or set.
The element at the specified index.
Removes the first occurrence of a specific object from the .
The to remove from the .
Removes the item at the specified index.
The zero-based index of the item to remove.
Adds the to the indexes used for searching.
The to add to the indexes used for searching.
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
Sorts the list based on a and a .
The to sort by.
One of the values.
Returns the index of the row that has the given .
The to search on.
The value of the property parameter to search for.
The index of the row that has the given .
For a description of this member, see .
For a description of this member, see .
Removes the from the indexes used for searching.
The to remove from the indexes used for searching.
Removes any sort applied using .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
Returns the that represents the properties on each item used to bind data.
An array of objects to find in the collection as bindable. This can be .
The that represents the properties on each item used to bind data.
Returns the name of the list.
An array of objects, for which the list name is returned. This can be .
The name of the list.
Raises a event when a is added to or removed from the .
The source of the event.
A that contains the event data.
Describes the version of data in a .
A new row.
Current rows including unchanged, new, and modified rows. By default, is set to CurrentRows.
A deleted row.
A current version of original data that has been modified (see ).
The original version of the data that was modified. (Although the data has since been modified, it is available as ).
None.
Original rows including unchanged and deleted rows.
An unchanged row.
Represents the default settings for , , , , , and for DataViews created from the .
Gets or sets a value indicating whether to use the default sort.
if the default sort is used; otherwise .
Gets the that contains this .
A object.
Gets or sets the filter to apply in the . See for a code sample using RowFilter.
A string that contains the filter to apply.
Gets or sets a value indicating whether to display Current, Deleted, Modified Current, ModifiedOriginal, New, Original, Unchanged, or no rows in the .
A value that indicates which rows to display.
Gets or sets a value indicating the sort to apply in the .
The sort to apply in the .
Gets the to which the properties apply.
A object.
Contains a read-only collection of objects for each in a .
Copies the collection objects to a one-dimensional instance starting at the specified index.
The one-dimensional that is the destination of the values copied from the collection.
The index of the array at which to start inserting.
Copies the collection objects to a one-dimensional instance starting at the specified index.
The one-dimensional that is the destination of the values copied from the collection.
The index of the array at which to start inserting.
Gets the number of objects in the .
The number of objects in the collection.
Gets an for the collection.
An object.
Gets a value that indicates whether the is read-only.
Always returns to indicate the collection is read-only.
Gets a value that indicates whether access to the is synchronized (thread-safe).
This property is always , unless overridden by a derived class.
Gets the objects of the specified from the collection.
The to find.
A collection of objects.
Gets the objects of the specified by its index.
The zero-based index of the to find.
A collection of objects.
Gets the of the specified by its name.
The name of the to find.
A collection of objects.
Gets an object that can be used to synchronize access to the .
An object that can be used to synchronize access to the .
The exception that is thrown by the during an insert, update, or delete operation if the number of rows affected equals zero.
Initializes a new instance of the class.
Initializes a new instance of the class.
The text string describing the details of the exception.
Initializes a new instance of the class.
The text string describing the details of the exception.
A reference to an inner exception.
Initializes a new instance of the class.
The error message that explains the reason for this exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
An array containing the objects whose update failure generated this exception.
Copies the objects whose update failure generated this exception, to the specified array of objects.
The one-dimensional array of objects to copy the objects into.
Copies the objects whose update failure generated this exception, to the specified array of objects, starting at the specified destination array index.
The one-dimensional array of objects to copy the objects into.
The destination array index to start copying into.
Populates the aprcified serialization information object with the data needed to serialize the .
A that holds the serialized data associated with the .
A that contains the source and destination of the serialized stream associated with the .
The parameter is a null reference ( in Visual Basic).
Gets or sets the value of the that generated the .
The value of the .
Gets the number of rows whose update failed, generating this exception.
An integer containing a count of the number of rows whose update failed.
Specifies the data type of a field, a property, or a object of a .NET Framework data provider.
A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
A fixed-length stream of non-Unicode characters.
A variable-length stream of binary data ranging between 1 and 8,000 bytes.
A simple type representing Boolean values of or .
An 8-bit unsigned integer ranging in value from 0 to 255.
A currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of a currency unit.
A type representing a date value.
A type representing a date and time value.
Date and time data. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds.
Date and time data with time zone awareness. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Time zone value range is -14:00 through +14:00.
A simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits.
A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits.
A globally unique identifier (or GUID).
An integral type representing signed 16-bit integers with values between -32768 and 32767.
An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647.
An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807.
A general type representing any reference or value type not explicitly represented by another value.
An integral type representing signed 8-bit integers with values between -128 and 127.
A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits.
A type representing Unicode character strings.
A fixed-length string of Unicode characters.
A type representing a SQL Server value. If you want to use a SQL Server value, use .
An integral type representing unsigned 16-bit integers with values between 0 and 65535.
An integral type representing unsigned 32-bit integers with values between 0 and 4294967295.
An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615.
A variable-length numeric value.
A parsed representation of an XML document or fragment.
Represents the exception that is thrown when an action is tried on a that has been deleted.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a -related object.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with the specified string and exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents the exception that is thrown when the property of a cannot be evaluated.
Initializes a new instance of the class.
Initializes a new instance of the class with the and the .
The data needed to serialize or deserialize an object.
The source and destination of a particular serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Provides data for the event of a .
Initializes a new instance of the class.
The being updated.
The values for the row being updated.
Gets or sets a value indicating whether to continue the fill operation despite the error.
if the fill operation should continue; otherwise, .
Gets the being updated when the error occurred.
The being updated.
Gets the errors being handled.
The errors being handled.
Gets the values for the row being updated when the error occurred.
The values for the row being updated.
Represents the method that will handle the event.
The source of the event.
The that contains the event data.
Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated.
Initializes a new instance of the class with the specified parent and child objects.
The parent in the constraint.
The child in the constraint.
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
Initializes a new instance of the class with the specified arrays of parent and child objects.
An array of parent in the constraint.
An array of child in the constraint.
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
Initializes a new instance of the class with the specified name, parent and child objects.
The name of the constraint.
The parent in the constraint.
The child in the constraint.
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
Initializes a new instance of the class with the specified name, and arrays of parent and child objects.
The name of the . If or empty string, a default name will be given when added to the constraints collection.
An array of parent in the constraint.
An array of child in the constraint.
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
This constructor is provided for design time support in the Visual Studio environment. objects created by using this constructor must then be added to the collection via . Tables and columns with the specified names must exist at the time the method is called, or if has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that is called.
The name of the constraint.
The name of the parent that contains parent objects in the constraint.
The name of the .
An array of the names of parent objects in the constraint.
An array of the names of child objects in the constraint.
One of the values. Possible values include , , and .
One of the values to use when a row is deleted. The default is . Possible values include: , , , , and .
One of the values to use when a row is updated. The default is . Possible values include: , , , , and .
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
This constructor is provided for design time support in the Visual Studio environment. objects created by using this constructor must then be added to the collection via . Tables and columns with the specified names must exist at the time the method is called, or if has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that is called.
The name of the constraint.
The name of the parent that contains parent objects in the constraint.
An array of the names of parent objects in the constraint.
An array of the names of child objects in the constraint.
One of the values. Possible values include , , and .
One of the values to use when a row is deleted. The default is . Possible values include: , , , , and .
One of the values to use when a row is updated. The default is . Possible values include: , , , , and .
One or both of the columns is .
The columns have different data types.
-Or -
The tables don't belong to the same .
Indicates the action that should take place across this constraint when is invoked.
One of the values. Possible values include , and . The default is .
Gets the child columns of this constraint.
An array of objects that are the child columns of the constraint.
Gets or sets the action that occurs across this constraint when a row is deleted.
One of the values. The default is .
Gets a value indicating whether the current is identical to the specified object.
The object to which this is compared. Two are equal if they constrain the same columns.
, if the objects are identical; otherwise, .
Gets the hash code of this instance of the object.
A 32-bit signed integer hash code.
The parent columns of this constraint.
An array of objects that are the parent columns of the constraint.
Gets the parent table of this constraint.
The parent of this constraint.
Gets the child table of this constraint.
A that is the child table in the constraint.
Gets or sets the action that occurs across this constraint on when a row is updated.
One of the values. The default is .
Associates a data source column with a column, and is implemented by the class, which is used in common by .NET Framework data providers.
Gets or sets the name of the column within the to map to.
The name of the column within the to map to. The name is not case sensitive.
Gets or sets the name of the column within the data source to map from. The name is case-sensitive.
The case-sensitive name of the column in the data source.
Contains a collection of DataColumnMapping objects, and is implemented by the , which is used in common by .NET Framework data providers.
Adds a ColumnMapping object to the ColumnMapping collection using the source column and column names.
The case-sensitive name of the source column.
The name of the column.
The ColumnMapping object that was added to the collection.
Gets a value indicating whether the contains a object with the specified source column name.
The case-sensitive name of the source column.
if a object with the specified source column name exists, otherwise .
Gets the ColumnMapping object with the specified column name.
The name of the column within the collection.
The ColumnMapping object with the specified column name.
Gets the location of the object with the specified source column name. The name is case-sensitive.
The case-sensitive name of the source column.
The zero-based location of the object with the specified source column name.
Gets or sets the object with the specified name.
The name of the object to find.
The object with the specified name.
Removes the object with the specified name from the collection.
The case-sensitive name.
A object does not exist with the specified name.
Allows an object to implement a DataAdapter, and represents a set of methods and mapping action-related properties that are used to fill and update a and update a data source.
instances are for data sources that are (or resemble) relational databases with textual commands (like Transact-SQL), while instances could can use any type of data source.
Adds or updates rows in the to match those in the data source using the name, and creates a named "Table".
A to fill with records and, if necessary, schema.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
Adds a named "Table" to the specified and configures the schema to match that in the data source based on the specified .
The to be filled with the schema from the data source.
One of the values.
An array of objects that contain schema information returned from the data source.
Gets the parameters set by the user when executing an SQL SELECT statement.
An array of objects that contains the parameters set by the user.
Indicates or specifies whether unmapped source tables or columns are passed with their source names in order to be filtered or to raise an error.
One of the values. The default is .
The value set is not one of the values.
Indicates or specifies whether missing source tables, columns, and their relationships are added to the dataset schema, ignored, or cause an error to be raised.
One of the values. The default is .
The value set is not one of the values.
Indicates how a source table is mapped to a dataset table.
A collection that provides the master mapping between the returned records and the . The default value is an empty collection.
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified from a named "Table".
The used to update the data source.
The number of rows successfully updated from the .
An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
Represents a parameter to a Command object, and optionally, its mapping to columns; and is implemented by .NET Framework data providers that access data sources.
Gets or sets the of the parameter.
One of the values. The default is .
The property was not set to a valid .
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
One of the values. The default is .
The property was not set to one of the valid values.
Gets a value indicating whether the parameter accepts null values.
if null values are accepted; otherwise, . The default is .
Gets or sets the name of the .
The name of the . The default is an empty string.
Gets or sets the name of the source column that is mapped to the and used for loading or returning the .
The name of the source column that is mapped to the . The default is an empty string.
Gets or sets the to use when loading .
One of the values. The default is .
The property was not set one of the values.
Gets or sets the value of the parameter.
An that is the value of the parameter. The default value is null.
Collects all parameters relevant to a Command object and their mappings to columns, and is implemented by .NET Framework data providers that access data sources.
Gets a value indicating whether a parameter in the collection has the specified name.
The name of the parameter.
if the collection contains the parameter; otherwise, .
Gets the location of the within the collection.
The name of the parameter.
The zero-based location of the within the collection.
Gets or sets the parameter at the specified index.
The name of the parameter to retrieve.
An at the specified index.
Removes the from the collection.
The name of the parameter.
Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET Framework data providers that access relational databases.
Closes the Object.
Gets a value indicating the depth of nesting for the current row.
The level of nesting.
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Gets a value indicating whether the data reader is closed.
if the data reader is closed; otherwise, .
Advances the data reader to the next result, when reading the results of batch SQL statements.
if there are more rows; otherwise, .
Advances the to the next record.
if there are more rows; otherwise, .
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
Provides access to the column values within each row for a , and is implemented by .NET Framework data providers that access relational databases.
Gets the number of columns in the current row.
When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1.
Gets the value of the specified column as a Boolean.
The zero-based column ordinal.
The value of the column.
The index passed was outside the range of 0 through .
Gets the 8-bit unsigned integer value of the specified column.
The zero-based column ordinal.
The 8-bit unsigned integer value of the specified column.
The index passed was outside the range of 0 through .
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
The zero-based column ordinal.
The index within the field from which to start the read operation.
The buffer into which to read the stream of bytes.
The index for to start the read operation.
The number of bytes to read.
The actual number of bytes read.
The index passed was outside the range of 0 through .
Gets the character value of the specified column.
The zero-based column ordinal.
The character value of the specified column.
The index passed was outside the range of 0 through .
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
The zero-based column ordinal.
The index within the row from which to start the read operation.
The buffer into which to read the stream of bytes.
The index for to start the read operation.
The number of bytes to read.
The actual number of characters read.
The index passed was outside the range of 0 through .
Returns an for the specified column ordinal.
The index of the field to find.
The for the specified column ordinal.
The index passed was outside the range of 0 through .
Gets the data type information for the specified field.
The index of the field to find.
The data type information for the specified field.
The index passed was outside the range of 0 through .
Gets the date and time data value of the specified field.
The index of the field to find.
The date and time data value of the specified field.
The index passed was outside the range of 0 through .
Gets the fixed-position numeric value of the specified field.
The index of the field to find.
The fixed-position numeric value of the specified field.
The index passed was outside the range of 0 through .
Gets the double-precision floating point number of the specified field.
The index of the field to find.
The double-precision floating point number of the specified field.
The index passed was outside the range of 0 through .
Gets the information corresponding to the type of that would be returned from .
The index of the field to find.
The information corresponding to the type of that would be returned from .
The index passed was outside the range of 0 through .
Gets the single-precision floating point number of the specified field.
The index of the field to find.
The single-precision floating point number of the specified field.
The index passed was outside the range of 0 through .
Returns the GUID value of the specified field.
The index of the field to find.
The GUID value of the specified field.
The index passed was outside the range of 0 through .
Gets the 16-bit signed integer value of the specified field.
The index of the field to find.
The 16-bit signed integer value of the specified field.
The index passed was outside the range of 0 through .
Gets the 32-bit signed integer value of the specified field.
The index of the field to find.
The 32-bit signed integer value of the specified field.
The index passed was outside the range of 0 through .
Gets the 64-bit signed integer value of the specified field.
The index of the field to find.
The 64-bit signed integer value of the specified field.
The index passed was outside the range of 0 through .
Gets the name for the field to find.
The index of the field to find.
The name of the field or the empty string (""), if there is no value to return.
The index passed was outside the range of 0 through .
Return the index of the named field.
The name of the field to find.
The index of the named field.
Gets the string value of the specified field.
The index of the field to find.
The string value of the specified field.
The index passed was outside the range of 0 through .
Return the value of the specified field.
The index of the field to find.
The which will contain the field value upon return.
The index passed was outside the range of 0 through .
Populates an array of objects with the column values of the current record.
An array of to copy the attribute fields into.
The number of instances of in the array.
Return whether the specified field is set to null.
The index of the field to find.
if the specified field is set to null; otherwise, .
The index passed was outside the range of 0 through .
Gets the column located at the specified index.
The zero-based index of the column to get.
The column located at the specified index as an .
The index passed was outside the range of 0 through .
Gets the column with the specified name.
The name of the column to find.
The column with the specified name as an .
No column with the specified name was found.
Represents an SQL statement that is executed while connected to a data source, and is implemented by .NET Framework data providers that access relational databases.
Attempts to cancels the execution of an .
Gets or sets the text command to run against the data source.
The text command to execute. The default value is an empty string ("").
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
The time (in seconds) to wait for the command to execute. The default value is 30 seconds.
The property value assigned is less than 0.
Indicates or specifies how the property is interpreted.
One of the values. The default is .
Gets or sets the used by this instance of the .
The connection to the data source.
Creates a new instance of an object.
An object.
Executes an SQL statement against the object of a .NET Framework data provider, and returns the number of rows affected.
The number of rows affected.
The connection does not exist.
-or-
The connection is not open.
Executes the against the and builds an .
An object.
Executes the against the , and builds an using one of the values.
One of the values.
An object.
Executes the query, and returns the first column of the first row in the resultset returned by the query. Extra columns or rows are ignored.
The first column of the first row in the resultset.
Gets the .
The parameters of the SQL statement or stored procedure.
Creates a prepared (or compiled) version of the command on the data source.
The is not set.
-or-
The is not .
Gets or sets the transaction within which the object of a .NET Framework data provider executes.
the object of a .NET Framework data provider executes. The default value is .
Gets or sets how command results are applied to the when used by the method of a .
One of the values. The default is unless the command is automatically generated. Then the default is .
The value entered was not one of the values.
Represents an open connection to a data source, and is implemented by .NET Framework data providers that access relational databases.
Begins a database transaction.
An object representing the new transaction.
Begins a database transaction with the specified value.
One of the values.
An object representing the new transaction.
Changes the current database for an open object.
The name of the database to use in place of the current database.
Closes the connection to the database.
Gets or sets the string used to open a database.
A string containing connection settings.
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
Creates and returns a Command object associated with the connection.
A Command object associated with the connection.
Gets the name of the current database or the database to be used after a connection is opened.
The name of the current database or the name of the database to be used once a connection is open. The default value is an empty string.
Opens a database connection with the settings specified by the property of the provider-specific Connection object.
Gets the current state of the connection.
One of the values.
Represents a set of command-related properties that are used to fill the and update a data source, and is implemented by .NET Framework data providers that access relational databases.
Gets or sets an SQL statement for deleting records from the data set.
An used during to delete records in the data source for deleted rows in the data set.
Gets or sets an SQL statement used to insert new records into the data source.
An used during to insert records in the data source for new rows in the data set.
Gets or sets an SQL statement used to select records in the data source.
An that is used during to select records from data source for placement in the data set.
Gets or sets an SQL statement used to update records in the data source.
An used during to update records in the data source for modified rows in the data set.
Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to columns.
Indicates the precision of numeric parameters.
The maximum number of digits used to represent the Value property of a data provider Parameter object. The default value is 0, which indicates that a data provider sets the precision for Value.
Indicates the scale of numeric parameters.
The number of decimal places to which is resolved. The default is 0.
The size of the parameter.
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Represents a transaction to be performed at a data source, and is implemented by .NET Framework data providers that access relational databases.
Commits the database transaction.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Specifies the Connection object to associate with the transaction.
The Connection object to associate with the transaction.
Specifies the for this transaction.
The for this transaction. The default is .
Rolls back a transaction from a pending state.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Represents the exception that is thrown when you call the method within the event.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Provides the base functionality for creating collections.
Initializes a new instance of the class.
Copies all the elements of the current to a one-dimensional , starting at the specified index.
The one-dimensional to copy the current object's elements into.
The destination index to start copying into.
Gets the total number of elements in a collection.
The total number of elements in a collection.
Gets an for the collection.
An for the collection.
Gets a value that indicates whether the is read-only.
if the collection is read-only; otherwise, . The default is .
Gets a value that indicates whether the is synchonized.
if the collection is synchronized; otherwise, . The default is .
Gets the items of the collection as a list.
An that contains the collection.
Gets an object that can be used to synchronize the collection.
The used to synchronize the collection.
Represents the exception that is thrown when incorrectly trying to create or access a relation.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents the exception that is thrown when you try to add a that contains an invalid to a .
Initializes a new instance of the class.
Initializes a new instance of the class with the and the .
The data needed to serialize or deserialize an object.
The source and destination of a given serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Specifies the transaction locking behavior for the connection.
The pending changes from more highly isolated transactions cannot be overwritten.
Shared locks are held while the data is being read to avoid dirty reads, but the data can be changed before the end of the transaction, resulting in non-repeatable reads or phantom data.
A dirty read is possible, meaning that no shared locks are issued and no exclusive locks are honored.
Locks are placed on all data that is used in a query, preventing other users from updating the data. Prevents non-repeatable reads but phantom rows are still possible.
A range lock is placed on the , preventing other users from updating or inserting rows into the dataset until the transaction is complete.
Reduces blocking by storing a version of data that one application can read while another is modifying the same data. Indicates that from one transaction you cannot see changes made in other transactions, even if you requery.
A different isolation level than the one specified is being used, but the level cannot be determined.
Associates a source table with a table in a , and is implemented by the class, which is used in common by .NET Framework data providers.
Gets the derived for the .
A collection of data column mappings.
Gets or sets the case-insensitive name of the table within the .
The case-insensitive name of the table within the .
Gets or sets the case-sensitive name of the source table.
The case-sensitive name of the source table.
Contains a collection of TableMapping objects, and is implemented by the , which is used in common by .NET Framework data providers.
Adds a table mapping to the collection.
The case-sensitive name of the source table.
The name of the table.
A reference to the newly-mapped object.
Gets a value indicating whether the collection contains a table mapping with the specified source table name.
The case-sensitive name of the source table.
if a table mapping with the specified source table name exists, otherwise .
Gets the TableMapping object with the specified table name.
The name of the table within the collection.
The TableMapping object with the specified table name.
Gets the location of the object within the collection.
The case-sensitive name of the source table.
The zero-based location of the object within the collection.
Gets or sets the instance of with the specified name.
The name of the .
The instance of with the specified name.
Removes the object with the specified name from the collection.
The case-sensitive name of the .
Identifies a list of connection string parameters identified by the property that are either allowed or not allowed.
Default. Identifies the only additional connection string parameters that are allowed.
Identifies additional connection string parameters that are not allowed.
Controls how the values from the data source will be applied to existing rows when using the or method.
The incoming values for this row will be written to both the current value and the original value versions of the data for each column.
The incoming values for this row will be written to the original value version of each column. The current version of the data in each column will not be changed. This is the default.
The incoming values for this row will be written to the current version of each column. The original version of each column's data will not be changed.
Specifies how a is mapped.
The column is mapped to an XML attribute.
The column is mapped to an XML element.
The column is mapped to an internal structure.
The column is mapped to an node.
Occurs when a target and source have the same primary key value, and the property is set to true.
Initializes a new instance of a class with the and a description of the merge conflict.
The object.
A description of the merge conflict.
Returns a description of the merge conflict.
A description of the merge conflict.
Returns the object.
The object.
Represents the method that will handle the event.
The source of the event.
The data for the event.
Determines the action that occurs when a mapping is missing from a source table or a source column.
An is generated if the specified column mapping is missing.
The column or table not having a mapping is ignored. Returns .
The source column or source table is created and added to the using its original name.
Represents the exception that is thrown when you try to access a row in a table that has no primary key.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
A description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Specifies the action to take when adding data to the and the required or is missing.
Adds the necessary columns to complete the schema.
Adds the necessary columns and primary key information to complete the schema. For more information about how primary key information is added to a , see .To function properly with the .NET Framework Data Provider for OLE DB, requires that the native OLE DB provider obtains necessary primary key information by setting the DBPROP_UNIQUEROWS property, and then determines which columns are primary key columns by examining DBCOLUMN_KEYCOLUMN in the IColumnsRowset. As an alternative, the user may explicitly set the primary key constraints on each . This ensures that incoming records that match existing records are updated instead of appended. When using , the .NET Framework Data Provider for SQL Server appends a FOR BROWSE clause to the statement being executed. The user should be aware of potential side effects, such as interference with the use of SET FMTONLY ON statements. For more information, see SET FMTONLY (Transact-SQL).
An is generated if the specified column mapping is missing.
Ignores the extra columns.
Represents the exception that is thrown when you try to insert a null value into a column where is set to .
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents an SQL statement or stored procedure to execute against a data source. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the text of the query.
The text of the query.
Initializes a new instance of the class with the text of the query and an object.
The text of the query.
An object that represents the connection to a data source.
Initializes a new instance of the class with the text of the query, an object, and the .
The text of the query.
An object that represents the connection to a data source.
The transaction in which the executes.
Tries to cancel the execution of an .
Gets or sets the SQL statement or stored procedure to execute against the data source.
The SQL statement or stored procedure to execute. The default value is an empty string ("").
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
The time in seconds to wait for the command to execute. The default is 30 seconds.
Gets or sets a value that indicates how the property is interpreted.
One of the values. The default is .
The value was not a valid .
Gets or sets the used by this instance of the .
The connection to a data source. The default is a null value.
The property was changed while a transaction was in progress.
Creates a new instance of an object.
An object.
Gets or sets a value that indicates whether the command object should be visible in a customized interface control.
if the command object should be visible in a control; otherwise, . The default is .
Executes an SQL statement against the and returns the number of rows affected.
For UPDATE, INSERT, and DELETE statements, the return value is the number of rows affected by the command. For all other types of statements, the return value is -1.
The connection does not exist.
-or-
The connection is not open.
Sends the to the and builds an .
An object.
Sends the to the , and builds an using one of the values.
One of the values.
An object.
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
The first column of the first row in the result set, or a null reference if the result set is empty.
Gets the .
The parameters of the SQL statement or stored procedure. The default is an empty collection.
Creates a prepared or compiled version of the command at the data source.
The is not set.
-or-
The is not .
Resets the property to the default value.
For a description of this member, see .
A new that is a copy of this instance.
Gets or sets the within which the executes.
An . The default is a null value.
Gets or sets a value that specifies how the Update method should apply command results to the DataRow.
One of the values.
Automatically generates single-table commands that are used to reconcile changes made to a with the associated data source. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the associated object.
An object to associate with this .
Gets or sets an object for which this object will generate SQL statements.
An object that is associated with this .
Retrieves parameter information from the stored procedure specified in the and populates the collection of the specified object.
The referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the collection of the .
The underlying ODBC driver does not support returning stored procedure parameter information, or the command text is not a valid stored procedure name, or the specified was not .
Gets the automatically generated object required to perform deletions at the data source.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform deletions at the data source.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform insertions at the data source.
The automatically generated object required to perform insertions.
Gets the automatically generated object required to perform insertions at the data source.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform insertions.
Gets the automatically generated object required to perform updates at the data source.
The automatically generated object required to perform updates.
Gets the automatically generated object required to perform updates at the data source.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform updates.
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier.
The original unquoted identifier.
The quoted version of the identifier. Embedded quotes within the identifier are correctly escaped.
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier.
The original unquoted identifier.
When a connection is passed, causes the managed wrapper to get the quote character from the ODBC driver, calling SQLGetInfo(SQL_IDENTIFIER_QUOTE_CHAR). When no connection is passed, the string is quoted using values from and .
The quoted version of the identifier. Embedded quotes within the identifier are correctly escaped.
Given a quoted identifier, returns the correct unquoted form of that identifier, including correctly unescaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The unquoted identifier, with embedded quotes correctly unescaped.
Given a quoted identifier, returns the correct unquoted form of that identifier, including correctly unescaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The .
The unquoted identifier, with embedded quotes correctly unescaped.
Represents an open connection to a data source.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified connection string.
The connection used to open the data source.
Starts a transaction at the data source.
An object representing the new transaction.
A transaction is currently active. Parallel transactions are not supported.
Starts a transaction at the data source with the specified value.
The transaction isolation level for this connection. If you do not specify an isolation level, the default isolation level for the driver is used.
An object representing the new transaction.
A transaction is currently active. Parallel transactions are not supported.
Changes the current database associated with an open .
The database name.
The database name is not valid.
The connection is not open.
Cannot change the database.
Closes the connection to the data source.
Gets or sets the string used to open a data source.
The ODBC driver connection string that includes settings, such as the data source name, needed to establish the initial connection. The default value is an empty string (""). The maximum length is 1024 characters.
Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
The time in seconds to wait for a connection to open. The default value is 15 seconds.
The value set is less than 0.
Creates and returns an object associated with the .
An object.
Gets the name of the current database or the database to be used after a connection is opened.
The name of the current database. The default value is an empty string ("") until the connection is opened.
Gets the server name or file name of the data source.
The server name or file name of the data source. The default value is an empty string ("") until the connection is opened.
Gets the name of the ODBC driver specified for the current connection.
The name of the ODBC driver. This typically is the DLL name (for example, Sqlsrv32.dll). The default value is an empty string ("") until the connection is opened.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Returns schema information for the data source of this .
A that contains schema information.
Returns schema information for the data source of this using the specified name for the schema name.
Specifies the name of the schema to return.
A that contains schema information.
Returns schema information for the data source of this using the specified string for the schema name and the specified string array for the restriction values.
Specifies the name of the schema to return.
Specifies a set of restriction values for the requested schema.
A that contains schema information.
Occurs when the ODBC driver sends a warning or an informational message.
Opens a connection to a data source with the property settings specified by the .
The functionality of this method is unsupported in the base class and must be implemented in a derived class instead.
Indicates that the ODBC Driver Manager environment handle can be released when the last underlying connection is released.
Gets a string that contains the version of the server to which the client is connected.
The version of the connected server.
The connection is closed.
Gets the current state of the connection.
A bitwise combination of the values. The default is .
For a description of this member, see .
A new that is a copy of this instance.
Provides a simple way to create and manage the contents of connection strings used by the class.
Initializes a new instance of the class.
Initializes a new instance of the class. The provided connection string provides the data for the instance's internal connection information.
The basis for the object's internal connection information. Parsed into key/value pairs.
The connection string is incorrectly formatted (perhaps missing the required "=" within a key/value pair).
Clears the contents of the instance.
Determines whether the contains a specific key.
The key to locate in the .
if the contains an element that has the specified key; otherwise .
is null ( in Visual Basic).
Gets or sets the name of the ODBC driver associated with the connection.
The value of the property, or if none has been supplied.
Gets or sets the name of the data source name (DSN) associated with the connection.
The value of the property, or if none has been supplied.
Gets or sets the value associated with the specified key. In C#, this property is the indexer.
The key of the item to get or set.
The value associated with the specified key.
The connection string is incorrectly formatted (perhaps missing the required "=" within a key/value pair).
is a null reference ( in Visual Basic).
Gets an that contains the keys in the .
An that contains the keys in the .
Removes the entry with the specified key from the instance.
The key of the key/value pair to be removed from the connection string in this .
if the key existed within the connection string and was removed; if the key did not exist.
is null ( in Visual Basic).
Retrieves a value corresponding to the supplied key from this .
The key of the item to retrieve.
The value corresponding to .
if was found within the connection string; otherwise .
Represents a set of data commands and a connection to a data source that are used to fill the and update the data source. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified SQL SELECT statement.
An that is an SQL SELECT statement or stored procedure, and is set as the property of the .
Initializes a new instance of the class with an SQL SELECT statement and an .
A string that is a SQL SELECT statement or stored procedure to be used by the property of the .
An that represents the connection.
Initializes a new instance of the class with an SQL SELECT statement and a connection string.
A string that is a SQL SELECT statement or stored procedure to be used by the property of the .
The connection string.
Gets or sets an SQL statement or stored procedure used to delete records in the data source.
An used during an update operation to delete records in the data source that correspond to deleted rows in the .
Gets or sets an SQL statement or stored procedure used to insert new records into the data source.
An used during an update operation to insert records in the data source that correspond to new rows in the .
Occurs during an update operation after a command is executed against the data source.
Occurs during before a command is executed against the data source.
Gets or sets an SQL statement or stored procedure used to select records in the data source.
An that is used during a fill operation to select records from data source for placement in the .
For a description of this member, see .
An used during an update to delete records in the data source for deleted rows in the data set.
For a description of this member, see .
An that is used during an update to insert records from a data source for placement in the data set.
For a description of this member, see .
An that is used during an update to select records from a data source for placement in the data set.
For a description of this member, see .
An used during an update to update records in the data source for modified rows in the data set.
For a description of this member, see .
A new that is a copy of this instance.
Gets or sets an SQL statement or stored procedure used to update records in the data source.
An used during an update operation to update records in the data source that correspond to modified rows in the .
Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
Closes the object.
Gets a value that indicates the depth of nesting for the current row.
The depth of nesting for the current row.
Gets the number of columns in the current row.
When not positioned in a valid record set, 0; otherwise the number of columns in the current record. The default is -1.
There is no current connection to a data source.
Gets the value of the specified column as a Boolean.
The zero-based column ordinal.
A Boolean that is the value of the column.
The specified cast is not valid.
Gets the value of the specified column as a byte.
The zero-based column ordinal.
The value of the specified column as a byte.
The specified cast is not valid.
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the particular buffer offset.
The zero-based column ordinal.
The index within the field where the read operation is to start.
The buffer into which to read the stream of bytes.
The index within the where the write operation is to start.
The number of bytes to read.
The actual number of bytes read.
Gets the value of the specified column as a character.
The zero-based column ordinal.
The value of the specified column as a character.
The specified cast is not valid.
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the particular buffer offset.
The zero-based column ordinal.
The index within the row where the read operation is to start.
The buffer into which to copy data.
The index within the where the write operation is to start.
The number of characters to read.
The actual number of characters read.
Gets the name of the source data type.
The zero-based column ordinal.
The name of the source data type.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column as a object.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column as a object.
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column as a object.
The specified cast is not valid.
Gets the value of the specified column as a double-precision floating-point number.
The zero-based column ordinal.
The value of the specified column as a double-precision floating-point number.
The specified cast is not valid.
Returns an that can be used to iterate through the rows in the data reader.
An that can be used to iterate through the rows in the data reader.
Gets the that is the data type of the object.
The zero-based column ordinal.
The that is the data type of the object.
Gets the value of the specified column as a single-precision floating-point number.
The zero-based column ordinal.
The value of the specified column as a single-precision floating-point number.
The specified cast is not valid.
Gets the value of the specified column as a globally unique identifier (GUID).
The zero-based column ordinal.
The value of the specified column as a GUID.
The specified cast is not valid.
Gets the value of the specified column as a 16-bit signed integer.
The zero-based column ordinal.
The value of the specified column as a 16-bit signed integer.
The specified cast is not valid.
Gets the value of the specified column as a 32-bit signed integer.
The zero-based column ordinal.
The value of the specified column as a 32-bit signed integer.
The specified cast is not valid.
Gets the value of the specified column as a 64-bit signed integer.
The zero-based column ordinal.
The value of the specified column as a 64-bit signed integer.
The specified cast is not valid.
Gets the name of the specified column.
The zero-based column ordinal.
A string that is the name of the specified column.
Gets the column ordinal, given the name of the column.
The name of the column.
The zero-based column ordinal.
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the specified column as a .
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column as a object.
Gets the value of the column at the specified ordinal in its native format.
The zero-based column ordinal.
The value to return.
Populates an array of objects with the column values of the current row.
An array of type into which to copy the attribute columns.
The number of instances of in the array.
Gets a value that indicates whether the contains one or more rows.
if the contains one or more rows; otherwise .
Indicates whether the is closed.
if the is closed; otherwise .
Gets a value that indicates whether the column contains nonexistent or missing values.
The zero-based column ordinal.
if the specified column value is equivalent to ; otherwise .
Gets the value of the specified column in its native format given the column ordinal.
The column ordinal.
The value of the specified column in its native format.
The index passed was outside the range of 0 through .
Gets the value of the specified column in its native format given the column name.
The column name.
The value of the specified column in its native format.
No column with the specified name was found.
Advances the to the next result when reading the results of batch SQL statements.
if there are more result sets; otherwise .
Advances the to the next record.
if there are more rows; otherwise .
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected, or the statement failed.
Collects information relevant to a warning or error returned by the data source.
Gets a short description of the error.
A description of the error.
Gets the data source-specific error information.
The data source-specific error information.
Gets the name of the driver that generated the error.
The name of the driver that generated the error.
Gets the five-character error code that follows the ANSI SQL standard for the database.
The five-character error code, which identifies the source of the error if the error can be issued from more than one place.
Gets the complete text of the error message.
The complete text of the error.
Collects all errors generated by the . This class cannot be inherited.
Copies the elements of the into an array, starting at the specified index within the array.
The array into which to copy the elements.
The starting index of .
The sum of and the number of elements in the is greater than the length of the array.
The is .
The is not valid for .
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.
Gets the number of errors in the collection.
The total number of errors in the collection.
Returns an object that implements the interface and that can iterate through the objects in the .
An object that implements the interface and that can iterate through the objects in the .
Gets the error at the specified index.
The zero-based index of the error to retrieve.
An that contains the error at the specified index.
For a description of this member, see .
if access to the is synchronized (thread safe); otherwise, .
For a description of this member, see .
An object that can be used to synchronize access to the .
The exception that is generated when a warning or error is returned by an ODBC data source. This class cannot be inherited.
Gets a collection of one or more objects that give detailed information about exceptions generated by the .NET Framework Data Provider for ODBC.
The collected instances of the class.
This member overrides .
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
The parameter is a null reference ( in Visual Basic).
Gets the name of the ODBC driver that generated the error.
The name of the ODBC driver that generated the error.
Represents a set of methods for creating instances of the ODBC provider's implementation of the data source classes.
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A member of the enumeration.
A new strongly-typed instance of .
Gets an instance of the , which can be used to retrieve strongly-typed data objects.
Provides data for the event.
Gets the collection of warnings sent from the data source.
The collection of warnings sent from the data source.
Gets the full text of the error sent from the database.
The full text of the error.
Retrieves a string representation of the event.
A string representing the event.
Represents the method that will handle the event of an .
The source of the event.
An object that contains the event data.
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
A constant for use with the GetSchema method that represents the Columns collection.
A constant for use with the GetSchema method that represents the Indexes collection.
A constant for use with the GetSchema method that represents the ProcedureColumns collection.
A constant for use with the GetSchema method that represents the ProcedureParameters collection.
A constant for use with the GetSchema method that represents the Procedures collection.
A constant for use with the GetSchema method that represents the Tables collection.
A constant for use with the GetSchema method that represents the Views collection.
Provides static values that are used for the column names in the objects contained in the . The is created by the GetSchema method.
Used by the GetSchema method to create the BooleanFalseLiteral column.
Used by the GetSchema method to create the BooleanTrueLiteral column.
Used by the GetSchema method to create the SQLType column.
Represents a parameter to an and optionally, its mapping to a . This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class that uses the parameter name and data type.
The name of the parameter.
One of the values.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, and length.
The name of the parameter.
One of the values.
The length of the parameter.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
The name of the parameter.
One of the values.
The length of the parameter.
One of the values.
if the value of the field can be null; otherwise .
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column.
One of the values.
An that is the value of the .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
The name of the parameter.
One of the values.
The length of the parameter.
One of the values.
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column.
One of the values.
if the corresponding source column is nullable; if it is not.
An that is the value of the .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, and source column name.
The name of the parameter.
One of the values.
The length of the parameter.
The name of the source column.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name and an object.
The name of the parameter.
An object.
Gets or sets the of the parameter.
One of the values. The default is .
The property was not set to a valid .
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
One of the values. The default is .
The property was not set to one of the valid values.
Gets or sets a value that indicates whether the parameter accepts null values.
if null values are accepted; otherwise . The default is .
Gets or sets the of the parameter.
An value that is the of the parameter. The default is .
Gets or sets the name of the .
The name of the . The default is an empty string ("").
Gets or sets the number of digits used to represent the property.
The maximum number of digits used to represent the property. The default value is 0, which indicates that the data provider sets the precision for .
Resets the type associated with this .
Resets the type associated with this .
Gets or sets the number of decimal places to which is resolved.
The number of decimal places to which is resolved. The default is 0.
Gets or sets the maximum size of the data within the column.
The maximum size of the data within the column. The default value is inferred from the parameter value.
Gets or sets the name of the source column mapped to the and used for loading or returning the .
The name of the source column that will be used to set the value of this parameter. The default is an empty string ("").
Sets or gets a value which indicates whether the source column is nullable. This lets correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
Gets or sets the to use when you load .
One of the values. The default is Current.
For a description of this member, see .
A new that is a copy of this instance.
Gets a string that contains the .
A string that contains the .
Gets or sets the value of the parameter.
An that is the value of the parameter. The default value is null.
Represents a collection of parameters relevant to an and their respective mappings to columns in a . This class cannot be inherited.
Adds the specified to the .
The to add to the collection.
The index of the new object.
The specified in the parameter is already added to this or another .
The parameter is null.
Adds the specified object to the .
A .
The index of the new object in the collection.
Adds an to the , given the parameter name and data type.
The name of the parameter.
One of the values.
The index of the new object.
Adds an to the , given the parameter name, data type, and column length.
The name of the parameter.
One of the values.
The length of the column.
The index of the new object.
Adds an to the given the parameter name, data type, column length, and source column name.
The name of the parameter.
One of the values.
The length of the column.
The name of the source column.
The index of the new object.
Adds an to the given the parameter name and value.
The name of the parameter.
The of the to add to the collection.
The index of the new object.
The parameter is not an .
Adds an array of values to the end of the .
The values to add.
Adds an array of values to the end of the .
An array of objects to add to the collection.
Adds a value to the end of the .
The name of the parameter.
The value to be added.
An object.
Removes all objects from the .
Determines whether the specified is in this .
The value.
if the is in the collection; otherwise, .
Determines whether the specified is in this .
The value.
if the contains the value; otherwise, .
Gets a value indicating whether an object with the specified parameter name exists in the collection.
The name of the object to find.
if the collection contains the parameter; otherwise, .
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.
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.
Returns an Integer that contains the number of elements in the . Read-only.
The number of elements in the as an Integer.
Returns an enumerator that iterates through the .
An for the .
Gets the location of the specified within the collection.
The object in the collection to find.
The zero-based location of the specified within the collection.
Gets the location of the specified within the collection.
The to find.
The zero-based location of the specified that is a within the collection.
Gets the location of the specified with the specified name.
The case-sensitive name of the to find.
The zero-based location of the specified with the specified case-sensitive name.
Inserts a object into the at the specified index.
The zero-based index at which the object should be inserted.
A object to be inserted in the .
Inserts a into the at the specified index.
The zero-based index at which the object should be inserted.
A to be inserted in the .
Gets a value that indicates whether the has a fixed size. Read-only.
if the has a fixed size; otherwise, .
Gets a value that indicates whether the is read-only.
if the is read only, otherwise, .
Gets a value that indicates whether the is synchronized. Read-only.
if the is synchronized; otherwise, .
Gets or sets the at the specified index.
The zero-based index of the parameter to retrieve.
The at the specified index.
The index specified does not exist.
Gets or sets the with the specified name.
The name of the parameter to retrieve.
The with the specified name.
The name specified does not exist.
Removes the from the .
A object to remove from the collection.
The parameter is not a .
The parameter does not exist in the collection.
Removes the object from the .
A to be removed from the .
Removes the from the at the specified index.
The zero-based index of the object to remove.
Removes the from the with the specified parameter name.
The name of the object to remove.
Gets an object that can be used to synchronize access to the . Read-only.
An object that can be used to synchronize access to the .
Enables the .NET Framework Data Provider for ODBC to help make sure that a user has a security level sufficient to access an ODBC data source. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with one of the values.
One of the values.
Initializes a new instance of the class.
One of the values.
Indicates whether a blank password is allowed.
Adds access for the specified connection string to the existing state of the permission.
A permitted connection string.
String that identifies connection string parameters that are allowed or disallowed.
One of the values.
Returns the as an .
A copy of the current permission object.
Associates a security action with a custom security attribute.
Initializes a new instance of the class with one of the values.
One of the values representing an action that can be performed by using declarative security.
Returns an object that is configured according to the attribute properties.
An object.
Provides data for the event.
Initializes a new instance of the class.
The sent through an update operation.
The executed when is called.
One of the values that specifies the type of query executed.
The sent through .
Gets the executed when is called.
The executed when is called.
Represents the method that will handle the event of an .
The source of the event.
The that contains the event data.
Provides data for the event.
Initializes a new instance of the class.
The to update.
The to execute during the update operation.
One of the values that specifies the type of query executed.
The sent through .
Gets or sets the to execute when is called.
The to execute when is called.
Represents the method that will handle the event of an .
The source of the event.
The that contains the event data.
Represents an SQL transaction to be made at a data source. This class cannot be inherited.
Commits the database transaction.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Gets the object associated with the transaction, or if the transaction is no longer valid.
The object associated with the transaction.
Specifies the for this transaction.
The for this transaction. The default depends on the underlying ODBC driver.
Rolls back a transaction from a pending state.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Specifies the data type of a field, property, for use in an .
Exact numeric value with precision 19 (if signed) or 20 (if unsigned) and scale 0 (signed: -2[63] <= n <= 2[63] - 1, unsigned:0 <= n <= 2[64] - 1) (SQL_BIGINT). This maps to .
A stream of binary data (SQL_BINARY). This maps to an of type .
Single bit binary data (SQL_BIT). This maps to .
A fixed-length character string (SQL_CHAR). This maps to .
Date data in the format yyyymmdd (SQL_TYPE_DATE). This maps to .
Date data in the format yyyymmddhhmmss (SQL_TYPE_TIMESTAMP). This maps to .
Signed, exact, numeric value with a precision of at least p and scale s, where 1 <= p <= 15 and s <= p. The maximum precision is driver-specific (SQL_DECIMAL). This maps to .
Signed, approximate, numeric value with a binary precision 53 (zero or absolute value 10[-308] to 10[308]) (SQL_DOUBLE). This maps to .
Variable length binary data. Maximum length is data source-dependent (SQL_LONGVARBINARY). This maps to an of type .
Exact numeric value with precision 10 and scale 0 (signed: -2[31] <= n <= 2[31] - 1, unsigned:0 <= n <= 2[32] - 1) (SQL_INTEGER). This maps to .
Unicode character string of fixed string length (SQL_WCHAR). This maps to .
Unicode variable-length character data. Maximum length is data source-dependent. (SQL_WLONGVARCHAR). This maps to .
Signed, exact, numeric value with a precision p and scale s, where 1 <= p <= 15, and s <= p (SQL_NUMERIC). This maps to .
A variable-length stream of Unicode characters (SQL_WVARCHAR). This maps to .
Signed, approximate, numeric value with a binary precision 24 (zero or absolute value 10[-38] to 10[38]).(SQL_REAL). This maps to .
Data and time data in the format yyyymmddhhmmss (SQL_TYPE_TIMESTAMP). This maps to .
Exact numeric value with precision 5 and scale 0 (signed: -32,768 <= n <= 32,767, unsigned: 0 <= n <= 65,535) (SQL_SMALLINT). This maps to .
Variable length character data. Maximum length is data source-dependent (SQL_LONGVARCHAR). This maps to .
Date data in the format hhmmss (SQL_TYPE_TIMES). This maps to .
A stream of binary data (SQL_BINARY). This maps to an of type .
Exact numeric value with precision 3 and scale 0 (signed: -128 <= n <= 127, unsigned:0 <= n <= 255)(SQL_TINYINT). This maps to .
A fixed-length GUID (SQL_GUID). This maps to .
Variable length binary. The maximum is set by the user (SQL_VARBINARY). This maps to an of type .
A variable-length stream character string (SQL_CHAR). This maps to .
Represents an SQL statement or stored procedure to execute against a data source.
Initializes a new instance of the class.
Initializes a new instance of the class with the text of the query.
The text of the query.
Initializes a new instance of the class with the text of the query and an .
The text of the query.
An that represents the connection to a data source.
Initializes a new instance of the class with the text of the query, an , and the .
The text of the query.
An that represents the connection to a data source.
The transaction in which the executes.
Tries to cancel the execution of an .
Creates a new object that is a copy of the current instance.
A new object that is a copy of this instance.
Gets or sets the SQL statement or stored procedure to execute at the data source.
The SQL statement or stored procedure to execute. The default value is an empty string.
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
The time (in seconds) to wait for the command to execute. The default is 30 seconds.
Gets or sets a value that indicates how the property is interpreted.
One of the values. The default is Text.
The value was not a valid .
Gets or sets the used by this instance of the .
The connection to a data source. The default value is .
The property was changed while a transaction was in progress.
Creates a new instance of an object.
An object.
Gets or sets a value that indicates whether the command object should be visible in a customized Windows Forms Designer control.
A value that indicates whether the command object should be visible in a control. The default is .
Executes an SQL statement against the and returns the number of rows affected.
The number of rows affected.
The connection does not exist.
-or-
The connection is not open.
-or-
Cannot execute a command within a transaction context that differs from the context in which the connection was originally enlisted.
Sends the to the and builds an .
An object.
Cannot execute a command within a transaction context that differs from the context in which the connection was originally enlisted.
Sends the to the , and builds an using one of the values.
One of the values.
An object.
Cannot execute a command within a transaction context that differs from the context in which the connection was originally enlisted.
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
The first column of the first row in the result set, or a null reference if the result set is empty.
Cannot execute a command within a transaction context that differs from the context in which the connection was originally enlisted.
Gets the .
The parameters of the SQL statement or stored procedure. The default is an empty collection.
Creates a prepared (or compiled) version of the command on the data source.
The is not set.
-or-
The is not open.
Resets the property to the default value.
For a description of this member, see .
An object.
Executes the against the , and builds an using one of the values.
One of the values.
An built using one of the values.
For a description of this member, see .
A new that is a copy of this instance.
Gets or sets the within which the executes.
The . The default value is .
Gets or sets how command results are applied to the when used by the method of the .
One of the values.
The value entered was not one of the values.
Automatically generates single-table commands that are used to reconcile changes made to a with the associated database. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the associated object.
An .
Gets or sets an object for which SQL statements are automatically generated.
An object.
Retrieves parameter information from the stored procedure specified in the and populates the collection of the specified object.
The referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the collection of the .
The underlying OLE DB provider does not support returning stored procedure parameter information, the command text is not a valid stored procedure name, or the specified was not .
Gets the automatically generated object required to perform deletions at the data source.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform deletions at the data source.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform deletions.
Gets the automatically generated object required to perform insertions at the data source.
The automatically generated object required to perform insertions.
Gets the automatically generated object required to perform insertions at the data source.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform insertions.
Gets the automatically generated object required to perform updates at the data source.
The automatically generated object required to perform updates.
Gets the automatically generated object required to perform updates at the data source, optionally using columns for parameter names.
If , generate parameter names matching column names, if it is possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform updates.
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier.
The original unquoted identifier.
The quoted version of the identifier. Embedded quotes within the identifier are correctly escaped.
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier.
The unquoted identifier to be returned in quoted format.
When a connection is passed, causes the managed wrapper to get the quote character from the OLE DB provider. When no connection is passed, the string is quoted using values from and .
The quoted version of the identifier. Embedded quotes within the identifier are correctly escaped.
Given a quoted identifier, returns the correct unquoted form of that identifier. This includes correctly un-escaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The unquoted identifier, with embedded quotes correctly un-escaped.
Given a quoted identifier, returns the correct unquoted form of that identifier. This includes correctly un-escaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The .
The unquoted identifier, with embedded quotes correctly un-escaped.
Represents an open connection to a data source.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified connection string.
The connection used to open the database.
Starts a database transaction with the current value.
An object representing the new transaction.
Parallel transactions are not supported.
Starts a database transaction with the specified isolation level.
The isolation level under which the transaction should run.
An object representing the new transaction.
Parallel transactions are not supported.
Changes the current database for an open .
The database name.
The database name is not valid.
The connection is not open.
Cannot change the database.
Closes the connection to the data source.
Gets or sets the string used to open a database.
The OLE DB provider connection string that includes the data source name, and other parameters needed to establish the initial connection. The default value is an empty string.
An invalid connection string argument has been supplied or a required connection string argument has not been supplied.
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
The time in seconds to wait for a connection to open. The default value is 15 seconds.
The value set is less than 0.
Creates and returns an object associated with the .
An object.
Gets the name of the current database or the database to be used after a connection is opened.
The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
Gets the server name or file name of the data source.
The server name or file name of the data source. The default value is an empty string.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Returns schema information from a data source as indicated by a GUID, and after it applies the specified restrictions.
One of the values that specifies the schema table to return.
An array of restriction values. These are applied in the order of the restriction columns. That is, the first restriction value applies to the first restriction column, the second restriction value applies to the second restriction column, and so on.
A that contains the requested schema information.
The specified set of restrictions is invalid.
The is closed.
The specified schema rowset is not supported by the OLE DB provider.
-or-
The parameter contains a value of and the parameter contains one or more restrictions.
Returns schema information for the data source of this .
A that contains schema information.
Returns schema information for the data source of this using the specified string for the schema name.
Specifies the name of the schema to return.
A that contains schema information.
Returns schema information for the data source of this using the specified string for the schema name and the specified string array for the restriction values.
Specifies the name of the schema to return.
Specifies a set of restriction values for the requested schema.
A that contains schema information.
Occurs when the provider sends a warning or an informational message.
Opens a database connection with the property settings specified by the .
The connection is already open.
A connection-level error occurred while opening the connection.
Gets the name of the OLE DB provider specified in the "Provider= " clause of the connection string.
The name of the provider as specified in the "Provider= " clause of the connection string. The default value is an empty string.
Indicates that the object pool can be released when the last underlying connection is released.
Updates the property of the object.
Gets a string that contains the version of the server to which the client is connected.
The version of the connected server.
The connection is closed.
Gets the current state of the connection.
A bitwise combination of the values. The default is Closed.
For a description of this member, see .
A new that is a copy of this instance.
Provides a simple way to create and manage the contents of connection strings used by the class.
Initializes a new instance of the class.
Initializes a new instance of the class. The provided connection string provides the data for the instance's internal connection information.
The basis for the object's internal connection information. Parsed into key/value pairs.
The connection string is incorrectly formatted (perhaps missing the required "=" within a key/value pair).
Clears the contents of the instance.
Determines whether the contains a specific key.
The key to locate in the .
if the contains an element that has the specified key; otherwise, .
is null ( in Visual Basic).
Gets or sets the name of the data source to connect to.
The value of the property, or if none has been supplied.
Gets or sets the name of the Universal Data Link (UDL) file for connecting to the data source.
The value of the property, or if none has been supplied.
Gets or sets the value associated with the specified key. In C#, this property is the indexer.
The key of the item to get or set.
The value associated with the specified key.
The connection string is incorrectly formatted (perhaps missing the required "=" within a key/value pair).
is a null reference ( in Visual Basic).
Gets an that contains the keys in the .
An that contains the keys in the .
Gets or sets the value to be passed for the OLE DB Services key within the connection string.
The value corresponding to the OLE DB Services key within the connection string. By default, the value is -13.
Gets or sets a Boolean value that indicates whether security-sensitive information, such as the password, is returned as part of the connection if the connection is open or has ever been in an open state.
The value of the property, or if none has been supplied.
Gets or sets a string that contains the name of the data provider associated with the internal connection string.
The value of the property, or if none has been supplied.
Removes the entry with the specified key from the instance.
The key of the key/value pair to be removed from the connection string in this .
if the key existed within the connection string and was removed, if the key did not exist.
is null ( in Visual Basic).
Retrieves a value corresponding to the supplied key from the instance.
The key of the item to retrieve.
The value corresponding to .
if was found within the connection string; otherwise, .
contains a null value ( in Visual Basic).
Represents a set of data commands and a database connection that are used to fill the and update the data source.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified as the property.
An that is a SELECT statement or stored procedure, and is set as the property of the .
Initializes a new instance of the class with a .
A string that is an SQL SELECT statement or stored procedure to be used by the property of the .
An that represents the connection.
Initializes a new instance of the class with a .
A string that is an SQL SELECT statement or stored procedure to be used by the property of the .
The connection string.
Gets or sets an SQL statement or stored procedure for deleting records from the data set.
An used during to delete records in the data source that correspond to deleted rows in the .
Adds or refreshes rows in the to match those in an ADO or object using the specified , ADO object, and source table name.
A to fill with records and, if it is required, schema.
An ADO or object.
The source table used for the table mappings.
The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows.
The source table is invalid.
Adds or refreshes rows in a to match those in an ADO or object using the specified and ADO objects.
A to fill with records and, if it is required, schema.
An ADO or object.
The number of rows successfully refreshed to the . This does not include rows affected by statements that do not return rows.
Gets or sets an SQL statement or stored procedure used to insert new records into the data source.
An used during to insert records in the data source that correspond to new rows in the .
Occurs during after a command is executed against the data source. The attempt to update is made. Therefore, the event occurs.
Occurs during before a command is executed against the data source. The attempt to update is made. Therefore, the event occurs.
Gets or sets an SQL statement or stored procedure used to select records in the data source.
An that is used during to select records from data source for placement in the .
For a description of this member, see .
An used during an update to delete records in the data source for deleted rows in the data set.
For a description of this member, see .
An that is used during an update to insert records from a data source for placement in the data set.
For a description of this member, see .
An that is used during an update to select records from a data source for placement in the data set.
For a description of this member, see .
An used during an update to update records in the data source for modified rows in the data set.
For a description of this member, see .
A new that is a copy of this instance.
Gets or sets an SQL statement or stored procedure used to update records in the data source.
An used during to update records in the data source that correspond to modified rows in the .
Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
Closes the object.
Gets a value that indicates the depth of nesting for the current row.
The depth of nesting for the current row.
Gets the number of columns in the current row.
When not positioned in a valid recordset, 0; otherwise the number of columns in the current record. The default is -1.
There is no current connection to a data source.
Gets the value of the specified column as a Boolean.
The zero-based column ordinal.
The value of the column.
The specified cast is not valid.
Gets the value of the specified column as a byte.
The zero-based column ordinal.
The value of the specified column as a byte.
The specified cast is not valid.
Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.
The zero-based column ordinal.
The index within the field from which to start the read operation.
The buffer into which to read the stream of bytes.
The index within the where the write operation is to start.
The maximum length to copy into the buffer.
The actual number of bytes read.
Gets the value of the specified column as a character.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
The zero-based column ordinal.
The index within the row from which to start the read operation.
The buffer into which to copy data.
The index within the where the write operation is to start.
The number of characters to read.
The actual number of characters read.
Returns an object for the requested column ordinal.
The zero-based column ordinal.
An object.
Gets the name of the source data type.
The zero-based column ordinal.
The name of the back-end data type. For more information, see SQL Server data types or Access data types.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a double-precision floating-point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Returns an that can be used to iterate through the rows in the data reader.
An that can be used to iterate through the rows in the data reader.
Gets the that is the data type of the object.
The zero-based column ordinal.
The that is the data type of the object.
Gets the value of the specified column as a single-precision floating-point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a globally unique identifier (GUID).
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 16-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 32-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 64-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the name of the specified column.
The zero-based column ordinal.
The name of the specified column.
Gets the column ordinal, given the name of the column.
The name of the column.
The zero-based column ordinal.
The name specified is not a valid column name.
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Gets the value of the specified column as a string.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the column at the specified ordinal in its native format.
The zero-based column ordinal.
The value to return.
Populates an array of objects with the column values of the current row.
An array of into which to copy the attribute columns.
The number of instances of in the array.
Gets a value that indicates whether the contains one or more rows.
if the contains one or more rows; otherwise .
Indicates whether the data reader is closed.
if the is closed; otherwise, .
Gets a value that indicates whether the column contains nonexistent or missing values.
The zero-based column ordinal.
if the specified column value is equivalent to ; otherwise, .
Gets the value of the specified column in its native format given the column ordinal.
The column ordinal.
The value of the specified column in its native format.
The index passed was outside the range of 0 through .
Gets the value of the specified column in its native format given the column name.
The column name.
The value of the specified column in its native format.
No column with the specified name was found.
Advances the data reader to the next result, when reading the results of batch SQL statements.
if there are more result sets; otherwise, .
Advances the to the next record.
if there are more rows; otherwise, .
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
Gets the number of fields in the that are not hidden.
The number of fields that are not hidden.
Provides a mechanism for enumerating all available OLE DB providers within the local network.
Creates an instance of the class.
Retrieves a that contains information about all visible OLE DB providers.
A that contains information about the visible OLE DB providers.
The provider does not support ISourcesRowset.
Exception has occurred in the underlying provider.
Uses a specific OLE DB enumerator to return an that contains information about the currently installed OLE DB providers, without requiring an instance of the class.
A .
An that contains information about the requested OLE DB providers, using the specified OLE DB enumerator.
The provider does not support ISourcesRowset.
An exception has occurred in the underlying provider.
Returns an that contains information about the currently installed OLE DB providers, without requiring an instance of the class.
A that contains information about the visible OLE DB providers.
The provider does not support ISourcesRowset.
Exception has occurred in the underlying provider.
Collects information relevant to a warning or error returned by the data source.
Gets a short description of the error.
A short description of the error.
Gets the database-specific error information.
The database-specific error information.
Gets the name of the provider that generated the error.
The name of the provider that generated the error.
Gets the five-character error code following the ANSI SQL standard for the database.
The five-character error code, which identifies the source of the error, if the error can be issued from more than one place.
Gets the complete text of the error message.
The complete text of the error.
Collects all errors generated by the .NET Framework Data Provider for OLE DB. This class cannot be inherited.
Copies the elements of the into an , starting at the specified index within the .
The into which to copy the elements.
The starting index of the .
The sum of and the number of elements in the is greater than the length of the .
The is .
The is not valid for .
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.
Gets the number of errors in the collection.
The total number of errors in the collection.
Exposes the method, which supports a simple iteration over a collection by a .NET Framework data provider.
An that can be used to iterate through the collection.
Gets the error at the specified index.
The zero-based index of the error to retrieve.
An that contains the error at the specified index.
For a description of this member, see .
if access to the collection is synchronized (thread safe); otherwise, . The default is .
For a description of this member, see .
A that can be used to synchronize access to the collection.
The exception that is thrown when the underlying provider returns a warning or error for an OLE DB data source. This class cannot be inherited.
Gets the HRESULT of the error.
The HRESULT of the error.
Gets a collection of one or more objects that give detailed information about exceptions generated by the .NET Framework Data Provider for OLE DB.
The collected instances of the class.
This member overrides .
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
The parameter is a null reference ( in Visual Basic).
Represents a set of methods for creating instances of the OLEDB provider's implementation of the data source classes.
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A new strongly-typed instance of .
Returns a strongly-typed instance.
A member of the enumeration.
A strongly-typed instance of .
Gets an instance of the . This can be used to retrieve strongly-typed data objects.
Provides data for the event. This class cannot be inherited.
Gets the HRESULT following the ANSI SQL standard for the database.
The HRESULT, which identifies the source of the error, if the error can be issued from more than one place.
Gets the collection of warnings sent from the data source.
The collection of warnings sent from the data source.
Gets the full text of the error sent from the data source.
The full text of the error.
Gets the name of the object that generated the error.
The name of the object that generated the error.
Retrieves a string representation of the event.
A string representing the event.
Represents the method that will handle the event of an .
The source of the event.
An object that contains the event data.
Returns information about literals used in text commands, data values, and database objects.
A binary literal in a text command. Maps to DBLITERAL_BINARY_LITERAL.
A catalog name in a text command. Maps to DBLITERAL_CATALOG_NAME.
The character that separates the catalog name from the rest of the identifier in a text command. Maps to DBLITERAL_CATALOG_SEPARATOR.
A character literal in a text command. Maps to DBLITERAL_CHAR_LITERAL.
A column alias in a text command. Maps to DBLITERAL_COLUMN_ALIAS.
A column name used in a text command or in a data-definition interface. Maps to DBLITERAL_COLUMN_NAME.
A correlation name (table alias) in a text command. Maps to DBLITERAL_CORRELATION_NAME.
The name of a cube in a schema (or the catalog if the provider does not support schemas).
A cursor name in a text command. Maps to DBLITERAL_CURSOR_NAME.
The name of the dimension. If a dimension is part of more than one cube, there is one row for each cube/dimension combination.
The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_PERCENT literal. For example, if a percent sign (%) is used to match zero or more characters and this is a backslash (\), the characters "abc\%%" match all character values that start with "abc%". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_PERCENT_PREFIX.
The escape character, if any, used to suffix the character returned for the DBLITERAL_LIKE_PERCENT literal. For example, if a percent sign (%) is used to match zero or more characters and percent signs are escaped by enclosing in open and close square brackets, DBLITERAL_ESCAPE_PERCENT_PREFIX is "[", DBLITERAL_ESCAPE_PERCENT_SUFFIX is "]", and the characters "abc[%]%" match all character values that start with "abc%". Providers that do not use a suffix character to escape the DBLITERAL_ESCAPE_PERCENT character do not return this literal value and can set the lt member of the DBLITERAL structure to DBLITERAL_INVALID if requested. Maps to DBLITERAL_ESCAPE_PERCENT_SUFFIX.
The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore () is used to match exactly one character and this is a backslash (\), the characters "abc\\ " match all character values that are five characters long and start with "abc\". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.
The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore () is used to match exactly one character and this is a backslash (\), the characters "abc\\ " match all character values that are five characters long and start with "abc\". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX.
The name of the hierarchy. If the dimension does not contain a hierarchy or has only one hierarchy, the current column contains a null value.
An index name used in a text command or in a data-definition interface. Maps to DBLITERAL_INDEX_NAME.
An invalid value. Maps to DBLITERAL_INVALID.
Name of the cube to which the current level belongs.
The character used in a LIKE clause to match zero or more characters. For example, if this is a percent sign (%), the characters "abc%" match all character values that start with "abc". Maps to DBLITERAL_LIKE_PERCENT.
The character used in a LIKE clause to match exactly one character. For example, if this is an underscore (), the characters "abc\" match all character values that are four characters long and start with "abc". Maps to DBLITERAL_LIKE_UNDERSCORE.
The name of the member.
A procedure name in a text command. Maps to DBLITERAL_PROCEDURE_NAME.
The name of the property.
The character used in a text command as the opening quote for quoting identifiers that contain special characters. Maps to DBLITERAL_QUOTE_PREFIX.
The character used in a text command as the closing quote for quoting identifiers that contain special characters. 1.x providers that use the same character as the prefix and suffix may not return this literal value and can set the member of the DBLITERAL structure to DBLITERAL_INVALID if requested. Maps to DBLITERAL_QUOTE_SUFFIX.
A schema name in a text command. Maps to DBLITERAL_SCHEMA_NAME.
The character that separates the schema name from the rest of the identifier in a text command. Maps to DBLITERAL_SCHEMA_SEPARATOR.
A table name used in a text command or in a data-definition interface. Maps to DBLITERAL_TABLE_NAME.
A text command, such as an SQL statement. Maps to DBLITERAL_TEXT_COMMAND.
A user name in a text command. Maps to DBLITERAL_USER_NAME.
A view name in a text command. Maps to DBLITERAL_VIEW_NAME.
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
A constant for use with the GetSchema method that represents the Catalogs collection.
A constant for use with the GetSchema method that represents the Collations collection.
A constant for use with the GetSchema method that represents the Columns collection.
A constant for use with the GetSchema method that represents the Indexes collection.
A constant for use with the GetSchema method that represents the ProcedureColumns collection.
A constant for use with the GetSchema method that represents the ProcedureParameters collection.
A constant for use with the GetSchema method that represents the Procedures collection.
A constant for use with the GetSchema method that represents the Tables collection.
A constant for use with the GetSchema method that represents the Views collection.
Provides static values that are used for the column names in the objects contained in the . The is created by the GetSchema method.
Used by the GetSchema method to create the BooleanFalseLiteral column.
Used by the GetSchema method to create the BooleanTrueLiteral column.
Used by the GetSchema method to create the DateTimeDigits column.
Used by the GetSchema method to create the NativeDataType column.
Represents a parameter to an and optionally its mapping to a column. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class that uses the parameter name and data type.
The name of the parameter to map.
One of the values.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, and length.
The name of the parameter to map.
One of the values.
The length of the parameter.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
The name of the parameter.
One of the values.
The length of the parameter.
One of the values.
if the value of the field can be null; otherwise .
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column.
One of the values.
An that is the value of the .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
The name of the parameter.
One of the values.
The length of the parameter.
One of the values.
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column.
One of the values.
if the source column is nullable; if it is not.
An that is the value of the .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, data type, length, and source column name.
The name of the parameter to map.
One of the values.
The length of the parameter.
The name of the source column.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name and the value of the new .
The name of the parameter to map.
The value of the new object.
Gets or sets the of the parameter.
One of the values. The default is .
The property was not set to a valid .
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return-value parameter.
One of the values. The default is .
The property was not set to one of the valid values.
Gets or sets a value that indicates whether the parameter accepts null values.
if null values are accepted; otherwise . The default is .
Gets or sets the of the parameter.
The of the parameter. The default is .
Gets or sets the name of the .
The name of the . The default is an empty string ("").
Gets or sets the maximum number of digits used to represent the property.
The maximum number of digits used to represent the property. The default value is 0, which indicates that the data provider sets the precision for .
Resets the type associated with this .
Resets the type associated with this .
Gets or sets the number of decimal places to which is resolved.
The number of decimal places to which is resolved. The default is 0.
Gets or sets the maximum size, in bytes, of the data within the column.
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Gets or sets the name of the source column mapped to the and used for loading or returning the .
The name of the source column mapped to the . The default is an empty string.
Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
Gets or sets the to use when you load .
One of the values. The default is .
The property was not set to one of the values.
For a description of this member, see .
A new that is a copy of this instance.
Gets a string that contains the .
A string that contains the .
Gets or sets the value of the parameter.
An that is the value of the parameter. The default value is null.
Represents a collection of parameters relevant to an as well as their respective mappings to columns in a .
Adds the specified to the .
The to add to the collection.
The index of the new object.
The specified in the parameter is already added to this or another .
The parameter is null.
Adds the specified object to the .
A .
The index of the new object in the collection.
Adds an to the , given the parameter name and data type.
The name of the parameter.
One of the values.
The index of the new object.
Adds an to the given the parameter name, data type, and column length.
The name of the parameter.
One of the values.
The length of the column.
The index of the new object.
Adds an to the given the parameter name, data type, column length, and source column name.
The name of the parameter.
One of the values.
The length of the column.
The name of the source column.
The index of the new object.
Adds an to the given the parameter name and value.
The name of the parameter.
The of the to add to the collection.
The index of the new object.
The parameter is not an .
Adds an array of values to the end of the .
The values to add.
Adds an array of values to the end of the .
The values to add.
Adds a value to the end of the .
The name of the parameter.
The value to be added.
An object.
Removes all objects from the .
Determines whether the specified is in this .
The value.
if the is in the collection; otherwise .
Determines whether the specified is in this .
The value.
if the contains ; otherwise .
Determines whether the specified is in this .
The value.
if the contains the value; otherwise .
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.
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.
Returns an integer that contains the number of elements in the . Read-only.
The number of elements in the as an integer.
Returns an enumerator that iterates through the .
An for the .
Gets the location of the specified within the collection.
The object in the collection to find.
The zero-based location of the specified that is a within the collection.
The location of the specified within the collection.
The to find.
The zero-based location of the specified that is a within the collection.
Gets the location of the specified with the specified name.
The case-sensitive name of the to find.
The zero-based location of the specified with the specified case-sensitive name.
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 .
Inserts a into the at the specified index.
The zero-based index at which value should be inserted.
A to be inserted in the .
Gets a value that indicates whether the has a fixed size. Read-only.
if the has a fixed size; otherwise .
Gets a value that indicates whether the is read-only.
if the is read only; otherwise .
Gets a value that indicates whether the is synchronized. Read-only.
if the is synchronized; otherwise .
Gets or sets the at the specified index.
The zero-based index of the parameter to retrieve.
The at the specified index.
The index specified does not exist.
Gets or sets the with the specified name.
The name of the parameter to retrieve.
The with the specified name.
The name specified does not exist.
Removes the from the .
An object to remove from the collection.
The parameter is not a .
The parameter does not exist in the collection.
Removes the object from the .
An to be removed from the .
Removes the from the at the specified index.
The zero-based index of the object to remove.
Removes the from the at the specified parameter name.
The name of the object to remove.
Gets an object that can be used to synchronize access to the . Read-only.
An object that can be used to synchronize access to the .
Enables the .NET Framework Data Provider for OLE DB to help make sure that a user has a security level sufficient to access an OLE DB data source.
Initializes a new instance of the class.
Initializes a new instance of the class.
One of the values.
Initializes a new instance of the class.
One of the values.
Indicates whether a blank password is allowed.
Returns the as an .
A copy of the current permission object.
This property has been marked as obsolete. Setting this property will have no effect.
This property has been marked as obsolete. Setting this property will have no effect.
Associates a security action with a custom security attribute.
Initializes a new instance of the class.
One of the values representing an action that can be performed by using declarative security.
Returns an object that is configured according to the attribute properties.
An object.
Gets or sets a comma-delimited string that contains a list of supported providers.
A comma-delimited list of providers allowed by the security policy.
Provides data for the event.
Initializes a new instance of the class.
The sent through an .
The executed when is called.
One of the values that specifies the type of query executed.
The sent through an .
Gets the executed when is called.
The executed when is called.
Represents the method that will handle the event of an .
The source of the event.
The that contains the event data.
Provides data for the event.
Initializes a new instance of the class.
The to .
The to execute during .
One of the values that specifies the type of query executed.
The sent through an .
Gets or sets the to execute when performing the .
The to execute when performing the .
Represents the method that will handle the event of an .
The source of the event.
The that contains the event data.
Returns the type of schema table specified by the method.
Initializes a new instance of the class.
Returns the assertions defined in the catalog that is owned by a given user.
Returns the physical attributes associated with catalogs accessible from the data source. Returns the assertions defined in the catalog that is owned by a given user.
Returns the character sets defined in the catalog that is accessible to a given user.
Returns the check constraints defined in the catalog that is owned by a given user.
Returns the check constraints defined in the catalog that is owned by a given user.
Returns the character collations defined in the catalog that is accessible to a given user.
Returns the columns defined in the catalog that are dependent on a domain defined in the catalog and owned by a given user.
Returns the privileges on columns of tables defined in the catalog that are available to or granted by a given user.
Returns the columns of tables (including views) defined in the catalog that is accessible to a given user.
Returns the columns used by referential constraints, unique constraints, check constraints, and assertions, defined in the catalog and owned by a given user.
Returns the tables that are used by referential constraints, unique constraints, check constraints, and assertions defined in the catalog and owned by a given user.
Returns a list of provider-specific keywords.
Returns a list of provider-specific literals used in text commands.
Returns the foreign key columns defined in the catalog by a given user.
Returns the indexes defined in the catalog that is owned by a given user.
Returns the columns defined in the catalog that is constrained as keys by a given user.
Returns the primary key columns defined in the catalog by a given user.
Returns information about the columns of rowsets returned by procedures.
Returns information about the parameters and return codes of procedures.
Returns the procedures defined in the catalog that is owned by a given user.
Returns the base data types supported by the .NET Framework Data Provider for OLE DB.
Returns the referential constraints defined in the catalog that is owned by a given user.
Returns a list of schema rowsets, identified by their GUIDs, and a pointer to the descriptions of the restriction columns.
Returns the schema objects that are owned by a given user.
Returns the conformance levels, options, and dialects supported by the SQL-implementation processing data defined in the catalog.
Returns the statistics defined in the catalog that is owned by a given user.
Returns the table constraints defined in the catalog that is owned by a given user.
Returns the privileges on tables defined in the catalog that are available to, or granted by, a given user.
Describes the available set of statistics on tables in the provider.
Returns the tables (including views) defined in the catalog that are accessible to a given user.
Returns the tables (including views) that are accessible to a given user.
Returns the character translations defined in the catalog that is accessible to a given user.
Identifies the trustees defined in the data source.
Returns the USAGE privileges on objects defined in the catalog that are available to or granted by a given user.
Returns the columns on which viewed tables depend, as defined in the catalog and owned by a given user.
Returns the tables on which viewed tables, defined in the catalog and owned by a given user, are dependent.
Returns the views defined in the catalog that is accessible to a given user.
Represents an SQL transaction to be made at a data source. This class cannot be inherited.
Initiates a nested database transaction.
A nested database transaction.
Nested transactions are not supported.
Initiates a nested database transaction and specifies the isolation level to use for the new transaction.
The isolation level to use for the transaction.
A nested database transaction.
Nested transactions are not supported.
Commits the database transaction.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Gets the object associated with the transaction, or if the transaction is no longer valid.
The object associated with the transaction.
Specifies the for this transaction.
The for this transaction. The default is .
Rolls back a transaction from a pending state.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Specifies the data type of a field, a property, for use in an .
A 64-bit signed integer (DBTYPE_I8). This maps to .
A stream of binary data (DBTYPE_BYTES). This maps to an of type .
A Boolean value (DBTYPE_BOOL). This maps to .
A null-terminated character string of Unicode characters (DBTYPE_BSTR). This maps to .
A character string (DBTYPE_STR). This maps to .
A currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of a currency unit (DBTYPE_CY). This maps to .
Date data, stored as a double (DBTYPE_DATE). The whole portion is the number of days since December 30, 1899, and the fractional portion is a fraction of a day. This maps to .
Date data in the format yyyymmdd (DBTYPE_DBDATE). This maps to .
Time data in the format hhmmss (DBTYPE_DBTIME). This maps to .
Data and time data in the format yyyymmddhhmmss (DBTYPE_DBTIMESTAMP). This maps to .
A fixed precision and scale numeric value between -10 38 -1 and 10 38 -1 (DBTYPE_DECIMAL). This maps to .
A floating-point number within the range of -1.79E +308 through 1.79E +308 (DBTYPE_R8). This maps to .
No value (DBTYPE_EMPTY).
A 32-bit error code (DBTYPE_ERROR). This maps to .
A 64-bit unsigned integer representing the number of 100-nanosecond intervals since January 1, 1601 (DBTYPE_FILETIME). This maps to .
A globally unique identifier (or GUID) (DBTYPE_GUID). This maps to .
A pointer to an interface (DBTYPE_IDISPATCH). This maps to .
A 32-bit signed integer (DBTYPE_I4). This maps to .
A pointer to an interface (DBTYPE_UNKNOWN). This maps to .
A long binary value ( only). This maps to an of type .
A long string value ( only). This maps to .
A long null-terminated Unicode string value ( only). This maps to .
An exact numeric value with a fixed precision and scale (DBTYPE_NUMERIC). This maps to .
An automation PROPVARIANT (DBTYPE_PROP_VARIANT). This maps to .
A floating-point number within the range of -3.40E +38 through 3.40E +38 (DBTYPE_R4). This maps to .
A 16-bit signed integer (DBTYPE_I2). This maps to .
A 8-bit signed integer (DBTYPE_I1). This maps to .
A 64-bit unsigned integer (DBTYPE_UI8). This maps to .
A 32-bit unsigned integer (DBTYPE_UI4). This maps to .
A 16-bit unsigned integer (DBTYPE_UI2). This maps to .
A 8-bit unsigned integer (DBTYPE_UI1). This maps to .
A variable-length stream of binary data ( only). This maps to an of type .
A variable-length stream of non-Unicode characters ( only). This maps to .
A special data type that can contain numeric, string, binary, or date data, and also the special values Empty and Null (DBTYPE_VARIANT). This type is assumed if no other is specified. This maps to .
A variable-length numeric value ( only). This maps to .
A variable-length, null-terminated stream of Unicode characters ( only). This maps to .
A null-terminated stream of Unicode characters (DBTYPE_WSTR). This maps to .
This exception is thrown when an ongoing operation is aborted by the user.
Specifies the type of a parameter within a query relative to the .
The parameter is an input parameter.
The parameter is capable of both input and output.
The parameter is an output parameter.
The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.
Specifies the attributes of a property.
The property is not supported by the provider.
The user does not need to specify a value for this property before the data source is initialized.
The user can read the property.
The user must specify a value for this property before the data source is initialized.
The user can write to the property.
Represents a collection of properties that can be added to , , or .
Initializes a new instance of the class.
Initializes a new instance of the class.
The data needed to serialize or deserialize an object.
The source and destination of a given serialized stream.
Creates a shallow copy of the object.
Returns , a shallow copy of the object.
Represents the exception that is thrown when you try to change the value of a read-only column.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents the exception that is thrown when you try to perform an operation on a that is not in a .
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Indicates the action that occurs when a is enforced.
Delete or update related rows. This is the default.
No action taken on related rows.
Set values in related rows to the value contained in the property.
Set values in related rows to .
Indicates the schema serialization mode for a typed .
Skips schema serialization for a typed .
Includes schema serialization for a typed . The default.
Specifies how to handle existing schema mappings when performing a operation.
Apply any existing table mappings to the incoming schema. Configure the with the transformed schema.
Ignore any table mappings on the DataAdapter. Configure the using the incoming schema without applying any transformations.
Determines the serialization format for a .
Serialize as binary content. Available in ADO.NET 2.0 only.
Serialize as XML content. The default.
Provides a mechanism for enumerating all available instances of SQL Server within the local network.
Retrieves a containing information about all visible SQL Server 2000 or SQL Server 2005 instances.
A containing information about the visible SQL Server instances.
Gets an instance of the , which can be used to retrieve information about available SQL Server instances.
An instance of the used to retrieve information about available SQL Server instances.
Represents a request for notification for a given command.
Creates a new instance of the class with default values.
Creates a new instance of the class with a user-defined string that identifies a particular notification request, the name of a predefined SQL Server 2005 Service Broker service name, and the time-out period, measured in seconds.
A string that contains an application-specific identifier for this notification. It is not used by the notifications infrastructure, but it allows you to associate notifications with the application state. The value indicated in this parameter is included in the Service Broker queue message.
A string that contains the Service Broker service name where notification messages are posted, and it must include a database name or a Service Broker instance GUID that restricts the scope of the service name lookup to a particular database.
For more information about the format of the parameter, see .
The time, in seconds, to wait for a notification message.
The value of the parameter is NULL.
The or parameter is longer than or the value in the parameter is less than zero.
Gets or sets the SQL Server Service Broker service name where notification messages are posted.
that contains the SQL Server 2005 Service Broker service name where notification messages are posted and the database or service broker instance GUID to scope the server name lookup.
The value is NULL.
The value is longer than .
Gets or sets a value that specifies how long SQL Server waits for a change to occur before the operation times out.
A signed integer value that specifies, in seconds, how long SQL Server waits for a change to occur before the operation times out.
The value is less than zero.
Gets or sets an application-specific identifier for this notification.
A value of the application-specific identifier for this notification.
The value is longer than .
Specifies a value for . Possible values are and .
The application workload type when connecting to a server is read only.
The application workload type when connecting to a server is read write.
Handles the event that is fired when a notification is received for any of the commands associated with a object.
The source of the event.
A object that contains the event data.
Specifies a value for the property.
Blocking period ON for all SQL servers including Azure SQL servers.
Blocking period OFF for Azure SQL servers, but ON for all other SQL servers.
Blocking period OFF for all SQL servers including Azure SQL servers.
Specifies how rows of data are sorted.
Rows are sorted in ascending order.
Rows are sorted in descending order.
The default. No sort order is specified.
Defines the core behavior of authentication initializers that can be registered in the app.config file and provides a base for derived classes.
Called from constructors in derived classes to initialize the class.
When overridden in a derived class, initializes the authentication initializer. This method is called by the constructor during startup.
Describes the different SQL authentication methods that can be used by a client connecting to Azure SQL Database. For details, see Connecting to SQL Database By Using Azure Active Directory Authentication.
The authentication method uses Active Directory Integrated. Use Active Directory Integrated to connect to a SQL Database using integrated Windows authentication.
The authentication method uses Active Directory Interactive. Available since the .NET Framework 4.7.2.
The authentication method uses Active Directory Password. Use Active Directory Password to connect to a SQL Database using an Azure AD principal name and password.
The authentication method is not specified.
The authentication method is Sql Password.
Represents AD authentication parameters passed by a driver to authentication providers.
Initializes a new instance of the class using the specified authentication method, server name, database name, resource URI, authority URI, user login name/ID, user password and connection ID.
One of the enumeration values that specifies the authentication method.
The server name.
The database name.
The resource URI.
The authority URI.
The user login name/ID.
The user password.
The connection ID.
Gets the authentication method.
The authentication method.
Gets the authority URI.
The authority URI.
Gets the connection ID.
The connection ID.
Gets the database name.
The database name.
Gets the user password.
The user password.
Gets the resource URI.
The resource URI.
Gets the server name.
The server name.
Gets the user login name/ID.
The user login name/ID.
Defines the core behavior of authentication providers and provides a base class for derived classes.
Called from constructors in derived classes to initialize the class.
Acquires a security token from the authority.
The Active Directory authentication parameters passed by the driver to authentication providers.
Represents an asynchronous operation that returns the AD authentication token.
This method is called immediately before the provider is added to SQL drivers registry.
The authentication method.
This method is called immediately before the provider is removed from the SQL drivers registry.
The authentication method.
Gets an authentication provider by method.
The authentication method.
The authentication provider or if not found.
Indicates whether the specified authentication method is supported.
The authentication method.
if the specified authentication method is supported; otherwise, .
Sets an authentication provider by method.
The authentication method.
The authentication provider.
if the operation succeeded; otherwise, (for example, the existing provider disallows overriding).
Represents an AD authentication token.
Initializes a new instance of the class.
The access token.
The token expiration time.
The parameter is or empty.
Gets the token string.
The token string.
Gets the token expiration time.
The token expiration time.
Lets you efficiently bulk load a SQL Server table with data from another source.
Initializes a new instance of the class using the specified open instance of .
The already open instance that will be used to perform the bulk copy operation. If your connection string does not use , you can use to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
Initializes a new instance of the class using the supplied existing open instance of . The instance behaves according to options supplied in the parameter. If a non-null is supplied, the copy operations will be performed within that transaction.
The already open instance that will be used to perform the bulk copy. If your connection string does not use , you can use to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
A combination of values from the enumeration that determines which data source rows are copied to the destination table.
An existing instance under which the bulk copy will occur.
Initializes and opens a new instance of based on the supplied . The constructor uses the to initialize a new instance of the class.
The string defining the connection that will be opened for use by the instance. If your connection string does not use , you can use or and to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
Initializes and opens a new instance of based on the supplied . The constructor uses that to initialize a new instance of the class. The instance behaves according to options supplied in the parameter.
The string defining the connection that will be opened for use by the instance. If your connection string does not use , you can use or and to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
A combination of values from the enumeration that determines which data source rows are copied to the destination table.
Number of rows in each batch. At the end of each batch, the rows in the batch are sent to the server.
The integer value of the property, or zero if no value has been set.
Number of seconds for the operation to complete before it times out.
The integer value of the property. The default is 30 seconds. A value of 0 indicates no limit; the bulk copy will wait indefinitely.
Closes the instance.
Returns a collection of items. Column mappings define the relationships between columns in the data source and columns in the destination.
A collection of column mappings. By default, it is an empty collection.
Name of the destination table on the server.
The string value of the property, or null if none as been supplied.
Enables or disables a object to stream data from an object
if a object can stream data from an object; otherwise, false. The default is .
Defines the number of rows to be processed before generating a notification event.
The integer value of the property, or zero if the property has not been set.
Occurs every time that the number of rows specified by the property have been processed.
Releases all resources used by the current instance of the class.
Copies all rows from the supplied array to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
Copies all rows from the supplied array to a destination table specified by the property of the object.
An array of objects that will be copied to the destination table.
Copies all rows in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
Copies only rows that match the supplied row state in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
A value from the enumeration. Only rows matching the row state are copied to the destination.
Copies all rows in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
The asynchronous version of , which copies all rows from the supplied array to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
A task representing the asynchronous operation.
The asynchronous version of , which copies all rows from the supplied array to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
The cancellation instruction. A value in this parameter makes this method equivalent to .
Returns .
The asynchronous version of , which copies all rows from the supplied array to a destination table specified by the property of the object.
An array of objects that will be copied to the destination table.
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies all rows from the supplied array to a destination table specified by the property of the object.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
An array of objects that will be copied to the destination table.
The cancellation instruction. A value in this parameter makes this method equivalent to .
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies all rows in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies only rows that match the supplied row state in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
A value from the enumeration. Only rows matching the row state are copied to the destination.
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies only rows that match the supplied row state in the supplied to a destination table specified by the property of the object.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
A whose rows will be copied to the destination table.
A value from the enumeration. Only rows matching the row state are copied to the destination.
The cancellation instruction. A value in this parameter makes this method equivalent to .
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies all rows in the supplied to a destination table specified by the property of the object.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
A whose rows will be copied to the destination table.
The cancellation instruction. A value in this parameter makes this method equivalent to .
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies all rows in the supplied to a destination table specified by the property of the object.
A whose rows will be copied to the destination table.
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
The was closed before the completed returned.
The 's associated connection was closed before the completed returned.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
The asynchronous version of , which copies all rows in the supplied to a destination table specified by the property of the object.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
A whose rows will be copied to the destination table.
The cancellation instruction. A value in this parameter makes this method equivalent to .
A task representing the asynchronous operation.
Calling multiple times for the same instance before task completion.
Calling and for the same instance before task completion.
The connection drops or is closed during execution.
Returned in the task object, the object was closed during the method execution.
Returned in the task object, there was a connection pool timeout.
Returned in the task object, the object is closed before method execution.
The was closed before the completed returned.
The 's associated connection was closed before the completed returned.
is specified in the connection string.
Returned in the task object, any error returned by SQL Server that occurred while opening the connection.
Defines the mapping between a column in a instance's data source and a column in the instance's destination table.
Default constructor that initializes a new object.
Creates a new column mapping, using column ordinals to refer to source and destination columns.
The ordinal position of the source column within the data source.
The ordinal position of the destination column within the destination table.
Creates a new column mapping, using a column ordinal to refer to the source column and a column name for the target column.
The ordinal position of the source column within the data source.
The name of the destination column within the destination table.
Creates a new column mapping, using a column name to refer to the source column and a column ordinal for the target column.
The name of the source column within the data source.
The ordinal position of the destination column within the destination table.
Creates a new column mapping, using column names to refer to source and destination columns.
The name of the source column within the data source.
The name of the destination column within the destination table.
Name of the column being mapped in the destination database table.
The string value of the property.
Ordinal value of the destination column within the destination table.
The integer value of the property, or -1 if the property has not been set.
Name of the column being mapped in the data source.
The string value of the property.
The ordinal position of the source column within the data source.
The integer value of the property.
Collection of objects that inherits from .
Adds the specified mapping to the .
The object that describes the mapping to be added to the collection.
A object.
Creates a new and adds it to the collection, using ordinals to specify both source and destination columns.
The ordinal position of the source column within the data source.
The ordinal position of the destination column within the destination table.
A column mapping.
Creates a new and adds it to the collection, using an ordinal for the source column and a string for the destination column.
The ordinal position of the source column within the data source.
The name of the destination column within the destination table.
A column mapping.
Creates a new and adds it to the collection, using a column name to describe the source column and an ordinal to specify the destination column.
The name of the source column within the data source.
The ordinal position of the destination column within the destination table.
A column mapping.
Creates a new and adds it to the collection, using column names to specify both source and destination columns.
The name of the source column within the data source.
The name of the destination column within the destination table.
A column mapping.
Clears the contents of the collection.
Gets a value indicating whether a specified object exists in the collection.
A valid object.
if the specified mapping exists in the collection; otherwise .
Copies the elements of the to an array of items, starting at a particular index.
The one-dimensional array that is the destination of the elements copied from . The array must have zero-based indexing.
The zero-based index in at which copying begins.
Gets the index of the specified object.
The object for which to search.
The zero-based index of the column mapping, or -1 if the column mapping is not found in the collection.
Insert a new at the index specified.
Integer value of the location within the at which to insert the new .
object to be inserted in the collection.
Gets the object at the specified index.
The zero-based index of the to find.
A object.
Removes the specified element from the .
object to be removed from the collection.
Removes the mapping at the specified index from the collection.
The zero-based index of the object to be removed from the collection.
Bitwise flag that specifies one or more options to use with an instance of .
When specified, AllowEncryptedValueModifications enables bulk copying of encrypted data between tables or databases, without decrypting the data. Typically, an application would select data from encrypted columns from one table without decrypting the data (the app would connect to the database with the column encryption setting keyword set to disabled) and then would use this option to bulk insert the data, which is still encrypted. For more information, see Always Encrypted.
Use caution when specifying AllowEncryptedValueModifications as this may lead to corrupting the database because the driver does not check if the data is indeed encrypted, or if it is correctly encrypted using the same encryption type, algorithm and key as the target column.
Check constraints while data is being inserted. By default, constraints are not checked.
Use the default values for all options.
When specified, cause the server to fire the insert triggers for the rows being inserted into the database.
Preserve source identity values. When not specified, identity values are assigned by the destination.
Preserve null values in the destination table regardless of the settings for default values. When not specified, null values are replaced by default values where applicable.
Obtain a bulk update lock for the duration of the bulk copy operation. When not specified, row locks are used.
When specified, each batch of the bulk-copy operation will occur within a transaction. If you indicate this option and also provide a object to the constructor, an occurs.
Represents a set of methods for creating instances of the provider's implementation of the data source classes.
Gets a value that indicates whether a can be created.
if a can be created; otherwise, .
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a new .
A new data source enumerator.
Returns a strongly typed instance.
A new strongly typed instance of .
Returns a new .
A member of the enumeration.
A strongly typed instance of .
Gets an instance of the . This can be used to retrieve strongly typed data objects.
For a description of this member, see .
An object that specifies the type of service object to get.
A service object.
Represents a SQL client logger.
Initializes a new instance of the class.
Gets a value that indicates whether bid tracing is enabled.
if bid tracing is enabled; otherwise, .
Logs the specified message if is .
to log the message; otherwise, .
The type to be logged.
The logging method.
The message to be logged.
if the message is not logged; otherwise, .
Logs an error through a specified method of the current instance type.
The type to be logged.
The logging method.
The message to be logged.
Logs information through a specified method of the current instance type.
The type to be logged.
The logging method.
The message to be logged.
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
A constant for use with the GetSchema method that represents the Columns collection.
A constant for use with the GetSchema method that represents the Databases collection.
A constant for use with the GetSchema method that represents the ForeignKeys collection.
A constant for use with the GetSchema method that represents the IndexColumns collection.
A constant for use with the GetSchema method that represents the Indexes collection.
A constant for use with the GetSchema method that represents the Parameters collection.
A constant for use with the GetSchema method that represents the ProcedureColumns collection.
A constant for use with the GetSchema method that represents the Procedures collection.
A constant for use with the GetSchema method that represents the Tables collection.
A constant for use with the GetSchema method that represents the UserDefinedTypes collection.
A constant for use with the GetSchema method that represents the Users collection.
A constant for use with the GetSchema method that represents the ViewColumns collection.
A constant for use with the GetSchema method that represents the Views collection.
Enables the .NET Framework Data Provider for SQL Server to help make sure that a user has a security level sufficient to access a data source.
Initializes a new instance of the class.
Initializes a new instance of the class.
One of the values.
Initializes a new instance of the class.
One of the values.
Indicates whether a blank password is allowed.
Adds a new connection string and a set of restricted keywords to the object.
The connection string.
The key restrictions.
One of the enumerations.
Returns the as an .
A copy of the current permission object.
Associates a security action with a custom security attribute.
Initializes a new instance of the class.
One of the values representing an action that can be performed by using declarative security.
Returns a object that is configured according to the attribute properties.
A object.
The implementation of the key store provider for Windows Certificate Store. This class enables using certificates stored in the Windows Certificate Store as column master keys. For details, see Always Encrypted.
Key store provider for Windows Certificate Store.
Decrypts the specified encrypted value of a column encryption key. The encrypted value is expected to be encrypted using the certificate with the specified key path and using the specified algorithm. The format of the key path should be "Local Machine/My/<certificate_thumbrint>" or "Current User/My/<certificate_thumbprint>".
The master key path.
The encryption algorithm. Currently, the only valid value is: RSA_OAEP
The encrypted column encryption key.
Returns .The decrypted column encryption key.
Encrypts a column encryption key using the certificate with the specified key path and using the specified algorithm. The format of the key path should be "Local Machine/My/<certificate_thumbrint>" or "Current User/My/<certificate_thumbprint>".
The master key path.
The encryption algorithm. Currently, the only valid value is: RSA_OAEP
The encrypted column encryption key.
Returns .The encrypted column encryption key.
The provider name.
Digitally signs the column master key metadata with the column master key referenced by the parameter.
The column master key path.
to indicate that the column master key supports enclave computations; otherwise, .
The signature of the column master key metadata.
This function must be implemented by the corresponding Key Store providers. This function should use an asymmetric key identified by a key path and verify the masterkey metadata consisting of (masterKeyPath, allowEnclaveComputations, providerName).
The complete path of an asymmetric key. The path format is specific to a key store provider.
A Boolean that indicates if this key can be sent to the trusted enclave.
The master key metadata siognature.
A Boolean value that indicates if the master key metadata can be verified based on the provided signature.
The CMK Store provider implementation for using the Microsoft Cryptography API: Next Generation (CNG) with Always Encrypted.
Initializes a new instance of the class.
Decrypts the given encrypted value using an asymmetric key specified by the key path and the specified algorithm. The key path will be in the format of [ProviderName]/KeyIdentifier and should be an asymmetric key stored in the specified CNG key store provider. The valid algorithm used to encrypt/decrypt the CEK is 'RSA_OAEP'.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
The decrypted column encryption key.
Encrypts the given plain text column encryption key using an asymmetric key specified by the key path and the specified algorithm. The key path will be in the format of [ProviderName]/KeyIdentifier and should be an asymmetric key stored in the specified CNG key store provider. The valid algorithm used to encrypt/decrypt the CEK is 'RSA_OAEP'.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
The encrypted column encryption key.
A constant string for the provider name 'MSSQL_CNG_STORE'.
Throws a exception in all cases.
The column master key path. The path format is specific to a key store provider.
to indicate that the column master key supports enclave computations; otherwise, .
The signature of the column master key metadata.
In all cases.
This function must be implemented by the corresponding Key Store providers. This function should use an asymmetric key identified by a key path and verify the masterkey metadata consisting of (masterKeyPath, allowEnclaveComputations, providerName).
The complete path of an asymmetric key. The path format is specific to a key store provider.
A Boolean that indicates if this key can be sent to the trusted enclave.
The master key metadata signature.
A Boolean that indicates if the master key metadata can be verified based on the provided signature.
The CMK Store provider implementation for using Microsoft CAPI based Cryptographic Service Providers (CSP) with Always Encrypted.
Initializes a new instance of the class.
Decrypts the given encrypted value using an asymmetric key specified by the key path and algorithm. The key path will be in the format of [ProviderName]/KeyIdentifier and should be an asymmetric key stored in the specified CSP provider. The valid algorithm used to encrypt/decrypt the CEK is 'RSA_OAEP'.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
The decrypted column encryption key.
Encrypts the given plain text column encryption key using an asymmetric key specified by the key path and the specified algorithm. The key path will be in the format of [ProviderName]/KeyIdentifier and should be an asymmetric key stored in the specified CSP provider. The valid algorithm used to encrypt/decrypt the CEK is 'RSA_OAEP'.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
The encrypted column encryption key.
A constant string for the provider name 'MSSQL_CSP_PROVIDER'.
Throws a exception in all cases.
The column master key path. The path format is specific to a key store provider.
to indicate that the column master key supports enclave computations; otherwise, .
The signature of the column master key metadata.
In all cases.
This function must be implemented by the corresponding Key Store providers. This function should use an asymmetric key identified by a key path and sign the masterkey metadata consisting of (masterKeyPath, allowEnclaveComputations, providerName).
The complete path of an asymmetric key. The path format is specific to a key store provider.
A boolean that indicates if this key can be sent to the trusted enclave.
Master key metadata signature.
A Boolean that indicates if the master key metadata can be verified based on the provided signature.
The base class that defines the interface for enclave providers for Always Encrypted.
Initializes a new instance of the class
When overridden in a derived class, performs enclave attestation, generates a symmetric key for the session, creates a an enclave session and stores the session information in the cache.
The information the provider uses to attest the enclave and generate a symmetric key for the session. The format of this information is specific to the enclave attestation protocol.
A Diffie-Hellman algorithm object that encapsulates a client-side key pair.
The endpoint of an attestation service for attesting the enclave.
The name of the SQL Server instance containing the enclave.
The requested enclave session or if the provider doesn't implement session caching.
A counter that the enclave provider is expected to increment each time SqlClient retrieves the session from the cache. The purpose of this field is to prevent replay attacks.
Gets the information that SqlClient subsequently uses to initiate the process of attesting the enclave and to establish a secure session with the enclave.
The information SqlClient subsequently uses to initiate the process of attesting the enclave and to establish a secure session with the enclave.
When overridden in a derived class, looks up an existing enclave session information in the enclave session cache. If the enclave provider doesn't implement enclave session caching, this method is expected to return in the parameter.
The name of the SQL Server instance containing the enclave.
The endpoint of an attestation service, SqlClient contacts to attest the enclave.
When this method returns, the requested enclave session or if the provider doesn't implement session caching. This parameter is treated as uninitialized.
A counter that the enclave provider is expected to increment each time SqlClient retrieves the session from the cache. The purpose of this field is to prevent replay attacks.
When overridden in a derived class, looks up and evicts an enclave session from the enclave session cache, if the provider implements session caching.
The name of the SQL Server instance containing the enclave.
The endpoint of an attestation service, SqlClient contacts to attest the enclave.
The session to be invalidated.
Base class for all key store providers. A custom provider must derive from this class and override its member functions and then register it using SqlConnection.RegisterColumnEncryptionKeyStoreProviders(). For details see, Always Encrypted.
Initializes a new instance of the SqlColumnEncryptionKeyStoreProviderClass.
Decrypts the specified encrypted value of a column encryption key. The encrypted value is expected to be encrypted using the column master key with the specified key path and using the specified algorithm.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
Returns .The decrypted column encryption key.
Encrypts a column encryption key using the column master key with the specified key path and using the specified algorithm.
The master key path.
The encryption algorithm.
The encrypted column encryption key.
Returns .The encrypted column encryption key.
When implemented in a derived class, digitally signs the column master key metadata with the column master key referenced by the parameter. The input values used to generate the signature should be the specified values of the and parameters.
The column master key path.
to indicate that the column master key supports enclave computations; otherwise, .
The signature of the column master key metadata.
In all cases.
When implemented in a derived class, this method is expected to verify the specified signature is valid for the column master key with the specified key path and the specified enclave behavior. The default implementation throws NotImplementedException.
The column master key path.
Indicates whether the column master key supports enclave computations.
The signature of the column master key metadata.
When implemented in a derived class, the method is expected to return true if the specified signature is valid, or false if the specified signature is not valid. The default implementation throws NotImplementedException.
Represents a Transact-SQL statement or stored procedure to execute against a SQL Server database. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the text of the query.
The text of the query.
Initializes a new instance of the class with the text of the query and a .
The text of the query.
A that represents the connection to an instance of SQL Server.
Initializes a new instance of the class with the text of the query, a , and the .
The text of the query.
A that represents the connection to an instance of SQL Server.
The in which the executes.
Initializes a new instance of the class with specified command text, connection, transaction, and encryption setting.
The text of the query.
A that represents the connection to an instance of SQL Server.
The in which the executes.
The encryption setting. For more information, see Always Encrypted.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this .
An that can be used to poll or wait for results, or both; this value is also needed when invoking , which returns the number of affected rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this , given a callback procedure and state information.
An delegate that is invoked when the command's execution has completed. Pass ( in Microsoft Visual Basic) to indicate that no callback is required.
A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback procedure using the property.
An that can be used to poll or wait for results, or both; this value is also needed when invoking , which returns the number of affected rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this , and retrieves one or more result sets from the server.
An that can be used to poll or wait for results, or both; this value is also needed when invoking , which returns a instance that can be used to retrieve the returned rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this and retrieves one or more result sets from the server, given a callback procedure and state information.
An delegate that is invoked when the command's execution has completed. Pass ( in Microsoft Visual Basic) to indicate that no callback is required.
A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback procedure using the property.
An that can be used to poll, wait for results, or both; this value is also needed when invoking , which returns a instance which can be used to retrieve the returned rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this , using one of the values, and retrieving one or more result sets from the server, given a callback procedure and state information.
An delegate that is invoked when the command's execution has completed. Pass ( in Microsoft Visual Basic) to indicate that no callback is required.
A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback procedure using the property.
One of the values, indicating options for statement execution and data retrieval.
An that can be used to poll or wait for results, or both; this value is also needed when invoking , which returns a instance which can be used to retrieve the returned rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this using one of the values.
One of the values, indicating options for statement execution and data retrieval.
An that can be used to poll, wait for results, or both; this value is also needed when invoking , which returns a instance that can be used to retrieve the returned rows.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this and returns results as an object.
An that can be used to poll or wait for results, or both; this value is also needed when invoking , which returns a single XML value.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this and returns results as an object, using a callback procedure.
An delegate that is invoked when the command's execution has completed. Pass ( in Microsoft Visual Basic) to indicate that no callback is required.
A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback procedure using the property.
An that can be used to poll, wait for results, or both; this value is also needed when the is called, which returns the results of the command as XML.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Any error that occurred while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The name/value pair "Asynchronous Processing=true" was not included within the connection string defining the connection for this .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Tries to cancel the execution of a .
Creates a new object that is a copy of the current instance.
A new object that is a copy of this instance.
Gets or sets the column encryption setting for this command.
The column encryption setting for this command.
Gets or sets the Transact-SQL statement, table name or stored procedure to execute at the data source.
The Transact-SQL statement or stored procedure to execute. The default is an empty string.
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
The time in seconds to wait for the command to execute. The default is 30 seconds.
Gets or sets a value indicating how the property is to be interpreted.
One of the values. The default is .
The value was not a valid .
Gets or sets the used by this instance of the .
The connection to a data source. The default value is .
The property was changed while the command was enlisted in a transaction.
Creates a new instance of a object.
A object.
Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
A value indicating whether the command object should be visible in a control. The default is .
Finishes asynchronous execution of a Transact-SQL statement.
The returned by the call to .
The number of rows affected (the same behavior as ).
parameter is null ( in Microsoft Visual Basic)
was called more than once for a single command execution, or the method was mismatched against its execution method (for example, the code called to complete execution of a call to .
The amount of time specified in elapsed and the asynchronous operation specified with is not complete.
In some situations, can be set to incorrectly. If this occurs and is called, EndExecuteNonQuery could raise a SqlException error if the amount of time specified in elapsed and the asynchronous operation specified with is not complete. To correct this situation, you should either increase the value of CommandTimeout or reduce the work being done by the asynchronous operation.
Finishes asynchronous execution of a Transact-SQL statement, returning the requested .
The returned by the call to .
A object that can be used to retrieve the requested rows.
parameter is null ( in Microsoft Visual Basic)
was called more than once for a single command execution, or the method was mismatched against its execution method (for example, the code called to complete execution of a call to .
Finishes asynchronous execution of a Transact-SQL statement, returning the requested data as XML.
The returned by the call to .
An object that can be used to fetch the resulting XML data.
parameter is null ( in Microsoft Visual Basic)
was called more than once for a single command execution, or the method was mismatched against its execution method (for example, the code called to complete execution of a call to .
Executes a Transact-SQL statement against the connection and returns the number of rows affected.
The number of rows affected.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An exception occurred while executing the command against a locked row. This exception is not generated when you are using Microsoft .NET Framework version 1.0.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which executes a Transact-SQL statement against the connection and returns the number of rows affected. The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Sends the to the and builds a .
A object.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An exception occurred while executing the command against a locked row. This exception is not generated when you are using Microsoft .NET Framework version 1.0.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The current state of the connection is closed. requires an open .
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Sends the to the , and builds a using one of the values.
One of the values.
A object.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the and builds a . Exceptions will be reported via the returned Task object.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An invalid value.
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the , and builds a . Exceptions will be reported via the returned Task object.
Options for statement execution and data retrieval. When is set to , reads the entire row before returning a complete Task.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An invalid value.
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the , and builds a
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
Options for statement execution and data retrieval. When is set to , reads the entire row before returning a complete Task.
The cancellation instruction.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An invalid value.
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the and builds a .
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An invalid value.
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
The first column of the first row in the result set, or a null reference ( in Visual Basic) if the result set is empty. Returns a maximum of 2033 characters.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An exception occurred while executing the command against a locked row. This exception is not generated when you are using Microsoft .NET Framework version 1.0.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which executes the query asynchronously and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Sends the to the and builds an object.
An object.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
An exception occurred while executing the command against a locked row. This exception is not generated when you are using Microsoft .NET Framework version 1.0.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the and builds an object.
Exceptions will be reported via the returned Task object.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An asynchronous version of , which sends the to the and builds an object.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
A other than Binary or VarBinary was used when was set to . For more information about streaming, see SqlClient Streaming Support.
A other than Char, NChar, NVarChar, VarChar, or Xml was used when was set to .
A other than Xml was used when was set to .
Calling more than once for the same instance before task completion.
The closed or dropped during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
is specified in the connection string.
SQL Server returned an error while executing the command text.
A timeout occurred during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
An error occurred in a , or object during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
The , or object was closed during a streaming operation. For more information about streaming, see SqlClient Streaming Support.
Gets or sets a value that specifies the object bound to this command.
When set to null (default), no notification should be requested.
Gets or sets a value indicating whether the application should automatically receive query notifications from a common object.
if the application should automatically receive query notifications; otherwise . The default value is .
Gets the .
The parameters of the Transact-SQL statement or stored procedure. The default is an empty collection.
Creates a prepared version of the command on an instance of SQL Server.
Resets the property to its default value.
Occurs when the execution of a Transact-SQL statement completes.
Creates a new object that is a copy of the current instance.
A new object that is a copy of this instance.
Gets or sets the within which the executes.
The . The default value is .
Gets or sets how command results are applied to the when used by the Update method of the .
One of the values.
Automatically generates single-table commands that are used to reconcile changes made to a with the associated SQL Server database. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the associated object.
The name of the .
Sets or gets the for an instance of the class.
A object.
Sets or gets a string used as the catalog separator for an instance of the class.
A string that indicates the catalog separator for use with an instance of the class.
Gets or sets a object for which Transact-SQL statements are automatically generated.
A object.
Retrieves parameter information from the stored procedure specified in the and populates the collection of the specified object.
The referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the collection of the .
The command text is not a valid stored procedure name.
Gets the automatically generated object required to perform deletions on the database.
The automatically generated object required to perform deletions.
Gets the automatically generated object that is required to perform deletions on the database.
If , generate parameter names matching column names if possible. If , generate @p1, @p2, and so on.
The automatically generated object that is required to perform deletions.
Gets the automatically generated object required to perform insertions on the database.
The automatically generated object required to perform insertions.
Gets the automatically generated object that is required to perform insertions on the database.
If , generate parameter names matching column names if possible. If , generate @p1, @p2, and so on.
The automatically generated object that is required to perform insertions.
Gets the automatically generated object required to perform updates on the database.
The automatically generated object that is required to perform updates.
Gets the automatically generated object required to perform updates on the database.
If , generate parameter names matching column names if possible. If , generate @p1, @p2, and so on.
The automatically generated object required to perform updates.
Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier. This includes correctly escaping any embedded quotes in the identifier.
The original unquoted identifier.
The quoted version of the identifier. Embedded quotes within the identifier are correctly escaped.
Gets or sets the starting character or characters to use when specifying SQL Server database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens.
The starting character or characters to use. The default is an empty string.
This property cannot be changed after an INSERT, UPDATE, or DELETE command has been generated.
Gets or sets the ending character or characters to use when specifying SQL Server database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens.
The ending character or characters to use. The default is an empty string.
This property cannot be changed after an insert, update, or delete command has been generated.
Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.
The character to be used as the schema separator.
Given a quoted identifier, returns the correct unquoted form of that identifier. This includes correctly unescaping any embedded quotes in the identifier.
The identifier that will have its embedded quotes removed.
The unquoted identifier, with embedded quotes properly unescaped.
Specifies how data will be sent and received when reading and writing encrypted columns. Depending on your specific query, performance impact may be reduced by bypassing the Always Encrypted driver's processing when non-encrypted columns are being used. Note that these settings cannot be used to bypass encryption and gain access to plaintext data. For details, see Always Encrypted (Database Engine).
Disables Always Encrypted for the query.
Enables Always Encrypted for the query.
Specifies that only the results of the command should be processed by the Always Encrypted routine in the driver. Use this value when the command has no parameters that require encryption.
Specifies that the command should default to the Always Encrypted setting in the connection string.
Represents a connection to a SQL Server database. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class when given a string that contains the connection string.
The connection used to open the SQL Server database.
Initializes a new instance of the class given a connection string, that does not use and a object that contains the user ID and password.
A connection string that does not use any of the following connection string keywords: , , or ; or that does not use .
A object. If is null, is functionally equivalent to .
Gets or sets the access token for the connection.
The access token for the connection.
Starts a database transaction.
An object representing the new transaction.
Parallel transactions are not allowed when using Multiple Active Result Sets (MARS).
Parallel transactions are not supported.
Starts a database transaction with the specified isolation level.
The isolation level under which the transaction should run.
An object representing the new transaction.
Parallel transactions are not allowed when using Multiple Active Result Sets (MARS).
Parallel transactions are not supported.
Starts a database transaction with the specified isolation level and transaction name.
The isolation level under which the transaction should run.
The name of the transaction.
An object representing the new transaction.
Parallel transactions are not allowed when using Multiple Active Result Sets (MARS).
Parallel transactions are not supported.
Starts a database transaction with the specified transaction name.
The name of the transaction.
An object representing the new transaction.
Parallel transactions are not allowed when using Multiple Active Result Sets (MARS).
Parallel transactions are not supported.
Changes the current database for an open .
The name of the database to use instead of the current database.
The database name is not valid.
The connection is not open.
Cannot change the database.
Changes the SQL Server password for the user indicated in the object.
The connection string that contains enough information to connect to a server. The connection string should not use any of the following connection string keywords: , , or ; or .
A object.
The new password. must be read only. The password must also comply with any password security policy set on the server (for example, minimum length and requirements for specific characters).
The connection string contains any combination of , , or .
-or-
The connection string contains .
-or-
(or ) is greater than 128 characters.
-or-
(or ) is not read only.
-or-
(or ) is an empty string.
One of the parameters (, , or ) is null.
Changes the SQL Server password for the user indicated in the connection string to the supplied new password.
The connection string that contains enough information to connect to the server that you want. The connection string must contain the user ID and the current password.
The new password to set. This password must comply with any password security policy set on the server, including minimum length, requirements for specific characters, and so on.
The connection string includes the option to use integrated security.
Or
The exceeds 128 characters.
Either the or the parameter is null.
Empties the connection pool.
Empties the connection pool associated with the specified connection.
The to be cleared from the pool.
The connection ID of the most recent connection attempt, regardless of whether the attempt succeeded or failed.
The connection ID of the most recent connection attempt.
Closes the connection to the database. This is the preferred method of closing any open connection.
The connection-level error that occurred while opening the connection.
Gets or sets the time-to-live for column encryption key entries in the column encryption key cache for the Always Encrypted feature. The default value is 2 hours. 0 means no caching at all.
The time interval.
Gets or sets a value that indicates whether query metadata caching is enabled (true) or not (false) for parameterized queries running against Always Encrypted enabled databases. The default value is true.
Returns true if query metadata caching is enabled; otherwise false. true is the default.
Allows you to set a list of trusted key paths for a database server. If while processing an application query the driver receives a key path that is not on the list, the query will fail. This property provides additional protection against security attacks that involve a compromised SQL Server providing fake key paths, which may lead to leaking key store credentials.
The list of trusted master key paths for the column encryption.
Gets or sets the string used to open a SQL Server database.
The connection string that includes the source database name, and other parameters needed to establish the initial connection. The default value is an empty string.
An invalid connection string argument has been supplied, or a required connection string argument has not been supplied.
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
The value set is less than 0.
Creates and returns a object associated with the .
A object.
Gets or sets the object for this connection.
The object for this connection.
Gets the name of the current database or the database to be used after a connection is opened.
The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string.
Gets the name of the instance of SQL Server to which to connect.
The name of the instance of SQL Server to which to connect. The default value is an empty string.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Enlists in the specified transaction as a distributed transaction.
A reference to an existing in which to enlist.
Gets or sets the property.
if the property has been set; otherwise .
Returns schema information for the data source of this . For more information about scheme, see SQL Server Schema Collections.
A that contains schema information.
Returns schema information for the data source of this using the specified string for the schema name.
Specifies the name of the schema to return.
A that contains schema information.
is specified as null.
Returns schema information for the data source of this using the specified string for the schema name and the specified string array for the restriction values.
Specifies the name of the schema to return.
A set of restriction values for the requested schema.
A that contains schema information.
is specified as null.
Occurs when SQL Server returns a warning or informational message.
Opens a database connection with the property settings specified by the .
Cannot open a connection without specifying a data source or server.
or
The connection is already open.
A connection-level error occurred while opening the connection. If the property contains the value 18487 or 18488, this indicates that the specified password has expired or must be reset. See the method for more information.
The tag in the app.config file has invalid or unknown elements.
There are two entries with the same name in the section.
An asynchronous version of , which opens a database connection with the property settings specified by the . The cancellation token can be used to request that the operation be abandoned before the connection timeout elapses. Exceptions will be propagated via the returned Task. If the connection timeout time elapses without successfully connecting, the returned Task will be marked as faulted with an Exception. The implementation returns a Task without blocking the calling thread for both pooled and non-pooled connections.
The cancellation instruction.
A task representing the asynchronous operation.
Calling more than once for the same instance before task completion.
is specified in the connection string.
A connection was not available from the connection pool before the connection time out elapsed.
Any error returned by SQL Server that occurred while opening the connection.
Gets the size (in bytes) of network packets used to communicate with an instance of SQL Server.
The size (in bytes) of network packets. The default value is 8000.
Registers the column encryption key store providers.
The custom providers
If statistics gathering is enabled, all values are reset to zero.
Returns a name value pair collection of statistics at the point in time the method is called.
Returns a reference of type of items.
Gets a string that contains the version of the instance of SQL Server to which the client is connected.
The version of the instance of SQL Server.
The connection is closed.
was called while the returned Task was not completed and the connection was not opened after a call to .
Indicates the state of the during the most recent network operation performed on the connection.
An enumeration.
When set to , enables statistics gathering for the current connection.
Returns if statistics gathering is enabled; otherwise . is the default.
Creates a new object that is a copy of the current instance.
A new object that is a copy of this instance.
Gets a string that identifies the database client.
A string that identifies the database client. If not specified, the name of the client computer. If neither is specified, the value is an empty string.
Specifies that Always Encrypted functionality is enabled in a connection. Note that these settings cannot be used to bypass encryption and gain access to plaintext data. For details, see Always Encrypted (Database Engine).
Specifies the connection does not use Always Encrypted. Should be used if no queries sent over the connection access encrypted columns.
Enables Always Encrypted functionality for the connection. Query parameters that correspond to encrypted columns will be transparently encrypted and query results from encrypted columns will be transparently decrypted.
Provides a simple way to create and manage the contents of connection strings used by the class.
Initializes a new instance of the class.
Initializes a new instance of the class. The provided connection string provides the data for the instance's internal connection information.
The basis for the object's internal connection information. Parsed into name/value pairs. Invalid key names raise .
Invalid key name within the connection string.
Invalid value within the connection string (specifically, when a Boolean or numeric value was expected but not supplied).
The supplied is not valid.
Declares the application workload type when connecting to a database in an SQL Server Availability Group. You can set the value of this property with . For more information about SqlClient support for Always On Availability Groups, see SqlClient Support for High Availability, Disaster Recovery.
Returns the current value of the property (a value of type ).
Gets or sets the name of the application associated with the connection string.
The name of the application, or ".NET SqlClient Data Provider" if no name has been supplied.
To set the value to null, use .
Gets or sets a Boolean value that indicates whether asynchronous processing is allowed by the connection created by using this connection string.
The value of the property, or if no value has been supplied.
Gets or sets a string that contains the name of the primary data file. This includes the full path name of an attachable database.
The value of the property, or if no value has been supplied.
To set the value to null, use .
Gets the authentication of the connection string.
The authentication of the connection string.
Clears the contents of the instance.
Gets or sets the column encryption settings for the connection string builder.
The column encryption settings for the connection string builder.
Obsolete. Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
The value of the property, or true if no value has been supplied.
The number of reconnections attempted after identifying that there was an idle connection failure. This must be an integer between 0 and 255. Default is 1. Set to 0 to disable reconnecting on idle connection failures. An will be thrown if set to a value outside of the allowed range.
The number of reconnections attempted after identifying that there was an idle connection failure.
Amount of time (in seconds) between each reconnection attempt after identifying that there was an idle connection failure. This must be an integer between 1 and 60. The default is 10 seconds. An will be thrown if set to a value outside of the allowed range.
Amount of time (in seconds) between each reconnection attempt after identifying that there was an idle connection failure.
Gets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
The value of the property, or 15 seconds if no value has been supplied.
Determines whether the contains a specific key.
The key to locate in the .
true if the contains an element that has the specified key; otherwise, false.
is null ( in Visual Basic)
Gets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.
The value of the property, or if none has been supplied.
Gets or sets the SQL Server Language record name.
The value of the property, or if no value has been supplied.
To set the value to null, use .
Gets or sets the name or network address of the instance of SQL Server to connect to.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets or sets the enclave attestation Url to be used with enclave based Always Encrypted.
The enclave attestation Url.
Gets or sets a Boolean value that indicates whether SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.
The value of the property, or if none has been supplied.
Gets or sets a Boolean value that indicates whether the SQL Server connection pooler automatically enlists the connection in the creation thread's current transaction context.
The value of the property, or if none has been supplied.
Gets or sets the name or address of the partner server to connect to if the primary server is down.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets or sets the name of the database associated with the connection.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets or sets a Boolean value that indicates whether User ID and Password are specified in the connection (when ) or whether the current Windows account credentials are used for authentication (when ).
The value of the property, or if none has been supplied.
Gets a value that indicates whether the has a fixed size.
in every case, because the supplies a fixed-size collection of key/value pairs.
Gets or sets the value associated with the specified key. In C#, this property is the indexer.
The key of the item to get or set.
The value associated with the specified key.
is a null reference ( in Visual Basic).
Tried to add a key that does not exist within the available keys.
Invalid value within the connection string (specifically, a Boolean or numeric value was expected but not supplied).
Gets an that contains the keys in the .
An that contains the keys in the .
Gets or sets the minimum time, in seconds, for the connection to live in the connection pool before being destroyed.
The value of the property, or 0 if none has been supplied.
Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string.
The value of the property, or 100 if none has been supplied.
Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string.
The value of the property, or 0 if none has been supplied.
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection.
For more information, see Multiple Active Result Sets (MARS).
The value of the property, or if none has been supplied.
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server. For more information about SqlClient support for Always On Availability Groups, see SqlClient Support for High Availability, Disaster Recovery.
Returns indicating the current value of the property.
Gets or sets a string that contains the name of the network library used to establish a connection to the SQL Server.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.
The value of the property, or 8000 if none has been supplied.
Gets or sets the password for the SQL Server account.
The value of the property, or if none has been supplied.
The password was incorrectly set to null. See code sample below.
Gets or sets a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state.
The value of the property, or if none has been supplied.
The blocking period behavior for a connection pool.
The available blocking period settings.
Gets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested.
The value of the property, or if none has been supplied.
Removes the entry with the specified key from the instance.
The key of the key/value pair to be removed from the connection string in this .
if the key existed within the connection string and was removed; if the key did not exist.
is null ( in Visual Basic)
Gets or sets a Boolean value that indicates whether replication is supported using the connection.
The value of the property, or false if none has been supplied.
Indicates whether the specified key exists in this instance.
The key to locate in the .
if the contains an entry with the specified key; otherwise, .
Gets or sets a string value that indicates how the connection maintains its association with an enlisted transaction.
The value of the property, or if none has been supplied.
When the value of this key is set to , the application is required to retrieve all IP addresses for a particular DNS entry and attempt to connect with the first one in the list. If the connection is not established within 0.5 seconds, the application will try to connect to all others in parallel. When the first answers, the application will establish the connection with the respondent IP address.
A boolean value.
Gets or sets a value that indicates whether the channel will be encrypted while bypassing walking the certificate chain to validate trust.
A . Recognized values are , , , and .
Retrieves a value corresponding to the supplied key from this .
The key of the item to retrieve.
The value corresponding to .
if was found within the connection string; otherwise, .
contains a null value ( in Visual Basic).
Gets or sets a string value that indicates the type system the application expects.
The following table shows the possible values for the property:
Value
Description
SQL Server 2005
Uses the SQL Server 2005 type system. No conversions are made for the current version of ADO.NET.
SQL Server 2008
Uses the SQL Server 2008 type system.
Latest
Use the latest version than this client-server pair can handle. This will automatically move forward as the client and server components are upgraded.
Gets or sets the user ID to be used when connecting to SQL Server.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets or sets a value that indicates whether to redirect the connection from the default SQL Server Express instance to a runtime-initiated instance running under the account of the caller.
The value of the property, or if none has been supplied.
To set the value to null, use .
Gets an that contains the values in the .
An that contains the values in the .
Gets or sets the name of the workstation connecting to SQL Server.
The value of the property, or if none has been supplied.
To set the value to null, use .
provides a more secure way to specify the password for a login attempt using SQL Server Authentication.
is comprised of a user id and a password that will be used for SQL Server Authentication. The password in a object is of type .
cannot be inherited.
Windows Authentication () remains the most secure way to log in to a SQL Server database.
Creates an object of type .
The user id.
The password; a value marked as read-only. Passing a read/write parameter will raise an .
Gets the password component of the object.
The password component of the object.
Gets the user ID component of the object.
The user ID component of the object.
Represents a set of data commands and a database connection that are used to fill the and update a SQL Server database. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified as the property.
A that is a Transact-SQL SELECT statement or stored procedure and is set as the property of the .
Initializes a new instance of the class with a and a object.
A that is a Transact-SQL SELECT statement or stored procedure to be used by the property of the .
A that represents the connection. If your connection string does not use , you can use to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
Initializes a new instance of the class with a and a connection string.
A that is a Transact-SQL SELECT statement or stored procedure to be used by the property of the .
The connection string. If your connection string does not use , you can use and to pass the user ID and password more securely than by specifying the user ID and password as text in the connection string.
Gets or sets a Transact-SQL statement or stored procedure to delete records from the data set.
A used during to delete records in the database that correspond to deleted rows in the .
Gets or sets a Transact-SQL statement or stored procedure to insert new records into the data source.
A used during to insert records into the database that correspond to new rows in the .
Occurs during after a command is executed against the data source. The attempt to update is made, so the event fires.
Occurs during before a command is executed against the data source. The attempt to update is made, so the event fires.
Gets or sets a Transact-SQL statement or stored procedure used to select records in the data source.
A used during to select records from the database for placement in the .
For a description of this member, see .
An that is used during to delete records in the data source for deleted rows in the data set.
For a description of this member, see .
An that is used during to insert records in the data source for new rows in the data set.
For a description of this member, see .
An that is used during to select records from data source for placement in the data set.
For a description of this member, see .
An that is used during to update records in the data source for modified rows in the data set.
For a description of this member, see .
A new object that is a copy of the current instance.
Gets or sets the number of rows that are processed in each round-trip to the server.
The number of rows to process per-batch.
Value is
Effect
0
There is no limit on the batch size.
1
Disables batch updating.
>1
Changes are sent using batches of operations at a time.
When setting this to a value other than 1, all the commands associated with the have to have their UpdatedRowSource property set to or . An exception is thrown otherwise.
Gets or sets a Transact-SQL statement or stored procedure used to update records in the data source.
A used during to update records in the database that correspond to modified rows in the .
Provides a way of reading a forward-only stream of rows from a SQL Server database. This class cannot be inherited.
Closes the object.
Gets the associated with the .
The associated with the .
Gets a value that indicates the depth of nesting for the current row.
The depth of nesting for the current row.
Gets the number of columns in the current row.
When not positioned in a valid recordset, 0; otherwise the number of columns in the current row. The default is -1.
There is no current connection to an instance of SQL Server.
Gets the value of the specified column as a Boolean.
The zero-based column ordinal.
The value of the column.
The specified cast is not valid.
Gets the value of the specified column as a byte.
The zero-based column ordinal.
The value of the specified column as a byte.
The specified cast is not valid.
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
The zero-based column ordinal.
The index within the field from which to begin the read operation.
The buffer into which to read the stream of bytes.
The index within the where the write operation is to start.
The maximum length to copy into the buffer.
The actual number of bytes read.
Gets the value of the specified column as a single character.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
The zero-based column ordinal.
The index within the field from which to begin the read operation.
The buffer into which to read the stream of bytes.
The index within the where the write operation is to start.
The maximum length to copy into the buffer.
The actual number of characters read.
Gets a string representing the data type of the specified column.
The zero-based ordinal position of the column to find.
The string representing the data type of the specified column.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Retrieves the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a double-precision floating point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Returns an that iterates through the .
An for the .
Gets the that is the data type of the object.
The zero-based column ordinal.
The that is the data type of the object. If the type does not exist on the client, in the case of a User-Defined Type (UDT) returned from the database, GetFieldType returns null.
Synchronously gets the value of the specified column as a type. is the asynchronous version of this method.
The column to be retrieved.
The type of the value to be returned.
The returned type object.
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Tried to read a previously-read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The value of the column was null ( == ), retrieving a non-SQL type.
doesn't match the type returned by SQL Server or cannot be cast.
Asynchronously gets the value of the specified column as a type. is the synchronous version of this method.
The column to be retrieved.
The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of makes this method equivalent to . The returned task must be marked as cancelled.
The type of the value to be returned.
The returned type object.
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Tried to read a previously-read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
is specified in the connection string.
Trying to read a column that does not exist.
The value of the column was null ( == ), retrieving a non-SQL type.
doesn't match the type returned by SQL Server or cannot be cast.
Gets the value of the specified column as a single-precision floating point number.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a globally unique identifier (GUID).
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 16-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 32-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column as a 64-bit signed integer.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the name of the specified column.
The zero-based column ordinal.
The name of the specified column.
Gets the column ordinal, given the name of the column.
The name of the column.
The zero-based column ordinal.
The name specified is not a valid column name.
Gets an that is a representation of the underlying provider-specific field type.
An representing the column ordinal.
Gets an that is a representation of the underlying provider-specific field type.
Gets an that is a representation of the underlying provider specific value.
An representing the column ordinal.
An that is a representation of the underlying provider specific value.
Gets an array of objects that are a representation of the underlying provider specific values.
An array of into which to copy the column values.
The array of objects that are a representation of the underlying provider specific values.
Returns a that describes the column metadata of the .
A that describes the column metadata.
The is closed.
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column.
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Gets the value of the specified column as a .
The zero-based column ordinal.
The value of the column expressed as a .
Returns the data value in the specified column as a SQL Server type.
The zero-based column ordinal.
The value of the column expressed as a .
Fills an array of that contains the values for all the columns in the record, expressed as SQL Server types.
An array of into which to copy the values. The column values are expressed as SQL Server types.
An integer indicating the number of columns copied.
is null.
Gets the value of the specified column as an XML value.
The zero-based column ordinal.
A value that contains the XML stored within the corresponding field.
The index passed was outside the range of 0 to - 1
An attempt was made to read or access columns in a closed .
The retrieved data is not compatible with the type.
Retrieves binary, image, varbinary, UDT, and variant data types as a .
The zero-based column ordinal.
A stream object.
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Tried to read a previously-read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The returned type was not one of the types below:
binary
image
varbinary
udt
Gets the value of the specified column as a string.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Retrieves Char, NChar, NText, NVarChar, text, varChar, and Variant data types as a .
The column to be retrieved.
The returned object.
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Tried to read a previously-read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The returned type was not one of the types below:
char
nchar
ntext
nvarchar
text
varchar
Retrieves the value of the specified column as a object.
The zero-based column ordinal.
The value of the specified column.
The specified cast is not valid.
Gets the value of the specified column in its native format.
The zero-based column ordinal.
This method returns for null database columns.
Populates an array of objects with the column values of the current row.
An array of into which to copy the attribute columns.
The number of instances of in the array.
Retrieves data of type XML as an .
The value of the specified column.
The returned object.
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Trying to read a previously read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
Trying to read a column that does not exist.
The returned type was not xml.
Gets a value that indicates whether the contains one or more rows.
if the contains one or more rows; otherwise .
Retrieves a Boolean value that indicates whether the specified instance has been closed.
if the specified instance is closed; otherwise .
Determines whether the specified matches that of the .
A enumeration.
if the specified is true, otherwise.
Gets a value that indicates whether the column contains non-existent or missing values.
The zero-based column ordinal.
if the specified column value is equivalent to ; otherwise .
An asynchronous version of , which gets a value that indicates whether the column contains non-existent or missing values.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The zero-based column to be retrieved.
The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of makes this method equivalent to . The returned task must be marked as cancelled.
if the specified column value is equivalent to otherwise .
The connection drops or is closed during the data retrieval.
The is closed during the data retrieval.
There is no data ready to be read (for example, the first hasn't been called, or returned false).
Trying to read a previously read column in sequential mode.
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.
is specified in the connection string.
Trying to read a column that does not exist.
Gets the value of the specified column in its native format given the column ordinal.
The zero-based column ordinal.
The value of the specified column in its native format.
The index passed was outside the range of 0 through .
Gets the value of the specified column in its native format given the column name.
The column name.
The value of the specified column in its native format.
No column with the specified name was found.
Advances the data reader to the next result, when reading the results of batch Transact-SQL statements.
if there are more result sets; otherwise .
An asynchronous version of , which advances the data reader to the next result, when reading the results of batch Transact-SQL statements.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
Calling more than once for the same instance before task completion.
is specified in the connection string.
SQL Server returned an error while executing the command text.
Advances the to the next record.
if there are more rows; otherwise .
SQL Server returned an error while executing the command text.
An asynchronous version of , which advances the to the next record.
The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.
The cancellation instruction.
A task representing the asynchronous operation.
Calling more than once for the same instance before task completion.
is specified in the connection string.
SQL Server returned an error while executing the command text.
Gets the number of rows changed, inserted, or deleted by execution of the Transact-SQL statement.
The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
Returns an for the specified column ordinal.
A column ordinal.
The instance for the specified column ordinal.
Gets the number of fields in the that are not hidden.
The number of fields that are not hidden.
Included to support debugging applications. Not intended for direct use.
Included to support debugging applications. Not intended for direct use.
The object represents a query notification dependency between an application and an instance of SQL Server. An application can create a object and register to receive notifications via the event handler.
Creates a new instance of the class with the default settings.
Creates a new instance of the class and associates it with the parameter.
The object to associate with this object. The constructor will set up a object and bind it to the command.
The parameter is NULL.
The object already has a object assigned to its property, and that is not associated with this dependency.
Creates a new instance of the class, associates it with the parameter, and specifies notification options and a time-out value.
The object to associate with this object. The constructor sets up a object and bind it to the command.
The notification request options to be used by this dependency. to use the default service.
The time-out for this notification in seconds. The default is 0, indicating that the server's time-out should be used.
The parameter is NULL.
The time-out value is less than zero.
The object already has a object assigned to its property and that is not associated with this dependency.
An attempt was made to create a SqlDependency instance from within SQLCLR.
Associates a object with this instance.
A object containing a statement that is valid for notifications.
The parameter is null.
The object already has a object assigned to its property, and that is not associated with this dependency.
Gets a value that indicates whether one of the result sets associated with the dependency has changed.
A Boolean value indicating whether one of the result sets has changed.
Gets a value that uniquely identifies this instance of the class.
A string representation of a GUID that is generated for each instance of the class.
Occurs when a notification is received for any of the commands associated with this object.
Starts the listener for receiving dependency change notifications from the instance of SQL Server specified by the connection string.
The connection string for the instance of SQL Server from which to obtain change notifications.
if the listener initialized successfully; if a compatible listener already exists.
The parameter is NULL.
The parameter is the same as a previous call to this method, but the parameters are different.
The method was called from within the CLR.
The caller does not have the required code access security (CAS) permission.
A subsequent call to the method has been made with an equivalent parameter with a different user, or a user that does not default to the same schema.
Also, any underlying SqlClient exceptions.
Starts the listener for receiving dependency change notifications from the instance of SQL Server specified by the connection string using the specified SQL Server Service Broker queue.
The connection string for the instance of SQL Server from which to obtain change notifications.
An existing SQL Server Service Broker queue to be used. If , the default queue is used.
if the listener initialized successfully; if a compatible listener already exists.
The parameter is NULL.
The parameter is the same as a previous call to this method, but the parameters are different.
The method was called from within the CLR.
The caller does not have the required code access security (CAS) permission.
A subsequent call to the method has been made with an equivalent parameter but a different user, or a user that does not default to the same schema.
Also, any underlying SqlClient exceptions.
Stops a listener for a connection specified in a previous call.
Connection string for the instance of SQL Server that was used in a previous call.
if the listener was completely stopped; if the was unbound from the listener, but there are is at least one other using the same listener.
The parameter is NULL.
The method was called from within SQLCLR.
The caller does not have the required code access security (CAS) permission.
An underlying SqlClient exception occurred.
Stops a listener for a connection specified in a previous call.
Connection string for the instance of SQL Server that was used in a previous call.
The SQL Server Service Broker queue that was used in a previous call.
if the listener was completely stopped; if the was unbound from the listener, but there is at least one other using the same listener.
The parameter is NULL.
The method was called from within SQLCLR.
The caller does not have the required code access security (CAS) permission.
And underlying SqlClient exception occurred.
Encapsulates the information SqlClient sends to SQL Server to initiate the process of attesting and creating a secure session with the enclave, SQL Server uses for computations on columns protected using Always Encrypted.
Initializes a new instance of the class.
The enclave attestation protocol.
The input of the enclave attestation protocol.
A Diffie-Hellman algorithm that encapsulates a client-side key pair.
is .
Gets a Diffie-Hellman algorithm that encapsulates a key pair that SqlClient uses to establish a secure session with the enclave.
The Diffie-Hellman algorithm.
Gets the information used to initiate the process of attesting the enclave. The format and the content of this information is specific to the attestation protocol.
The information required by SQL Server to execute attestation protocol identified by EnclaveAttestationProtocols.
Gets the enclave attestation protocol identifier.
The enclave attestation protocol identifier.
Encapsulates the state of a secure session between SqlClient and an enclave inside SQL Server, which can be used for computations on encrypted columns protected with Always Encrypted.
Instantiates a new instance of the class.
The symmetric key used to encrypt all the information sent using the session.
The session ID.
is .
has zero length.
Gets the symmetric key that SqlClient uses to encrypt all the information it sends to the enclave using the session.
The symmetric key.
Gets the session ID.
The session ID.
Collects information relevant to a warning or error returned by SQL Server.
Gets the severity level of the error returned from SQL Server.
A value from 1 to 25 that indicates the severity level of the error. The default is 0.
Gets the line number within the Transact-SQL command batch or stored procedure that contains the error.
The line number within the Transact-SQL command batch or stored procedure that contains the error.
Gets the text describing the error.
The text describing the error. For more information on errors generated by SQL Server, see Database Engine Events and Errors.
Gets a number that identifies the type of error.
The number that identifies the type of error.
Gets the name of the stored procedure or remote procedure call (RPC) that generated the error.
The name of the stored procedure or RPC. For more information on errors generated by SQL Server, see Database Engine Events and Errors.
Gets the name of the instance of SQL Server that generated the error.
The name of the instance of SQL Server.
Gets the name of the provider that generated the error.
The name of the provider that generated the error.
Some error messages can be raised at multiple points in the code for the Database Engine. For example, an 1105 error can be raised for several different conditions. Each specific condition that raises an error assigns a unique state code.
The state code.
Gets the complete text of the error message.
The complete text of the error.
Collects all errors generated by the .NET Framework Data Provider for SQL Server. This class cannot be inherited.
Copies the elements of the collection into an , starting at the specified index.
The to copy elements into.
The index from which to start copying into the parameter.
The sum of and the number of elements in the collection is greater than the of the .
The is .
The is not valid for .
Copies the elements of the collection into a , starting at the specified index.
The to copy the elements into.
The index from which to start copying into the parameter.
The sum of and the number of elements in the collection is greater than the length of the .
The is .
The is not valid for .
Gets the number of errors in the collection.
The total number of errors in the collection.
Returns an enumerator that iterates through the .
An for the .
Gets the error at the specified index.
The zero-based index of the error to retrieve.
A that contains the error at the specified index.
Index parameter is outside array bounds.
For a description of this member, see .
if access to the is synchronized (thread safe); otherwise, .
For a description of this member, see .
An object that can be used to synchronize access to the .
The exception that is thrown when SQL Server returns a warning or error. This class cannot be inherited.
Gets the severity level of the error returned from the .NET Framework Data Provider for SQL Server.
A value from 1 to 25 that indicates the severity level of the error.
Represents the client connection ID. For more information, see Data Tracing in ADO.NET.
The client connection ID.
Gets a collection of one or more objects that give detailed information about exceptions generated by the .NET Framework Data Provider for SQL Server.
The collected instances of the class.
Sets the with information about the exception.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
The parameter is a null reference ( in Visual Basic).
Gets the line number within the Transact-SQL command batch or stored procedure that generated the error.
The line number within the Transact-SQL command batch or stored procedure that generated the error.
Gets a number that identifies the type of error.
The number that identifies the type of error.
Gets the name of the stored procedure or remote procedure call (RPC) that generated the error.
The name of the stored procedure or RPC.
Gets the name of the computer that is running an instance of SQL Server that generated the error.
The name of the computer running an instance of SQL Server.
Gets the name of the provider that generated the error.
The name of the provider that generated the error.
Gets a numeric error code from SQL Server that represents an error, warning or "no data found" message. For more information about how to decode these values, see Database Engine Events and Errors.
The number representing the error code.
Returns a string that represents the current object, and includes the client connection ID (for more information, see ).
A string that represents the current object..
Provides data for the event.
Gets the collection of warnings sent from the server.
The collection of warnings sent from the server.
Gets the full text of the error sent from the database.
The full text of the error.
Gets the name of the object that generated the error.
The name of the object that generated the error.
Retrieves a string representation of the event.
A string representing the event.
Represents the method that will handle the event of a .
The source of the event.
A object that contains the event data.
Represents the set of arguments passed to the notification event handler.
Creates a new instance of the object.
value that indicates whether this notification is generated because of an actual change, or by the subscription.
value that indicates the reason for the notification event. This may occur because the data in the store actually changed, or the notification became invalid (for example, it timed out).
value that indicates the source that generated the notification.
Gets a value that indicates the reason for the notification event, such as a row in the database being modified or a table being truncated.
The notification event reason.
Gets a value that indicates the source that generated the notification, such as a change to the query data or the database's state.
The source of the notification.
Gets a value that indicates whether this notification is generated because of an actual change, or by the subscription.
A value indicating whether the notification was generated by a change or a subscription.
This enumeration provides additional information about the different notifications that can be received by the dependency event handler.
The object already fired, and new commands cannot be added to it.
An underlying server object related to the query was modified.
Data was changed by a DELETE statement.
An underlying object related to the query was dropped.
An internal server error occurred.
The object has expired.
Data was changed by an INSERT statement.
A statement was provided that cannot be notified (for example, an UPDATE statement).
The statement was executed under an isolation mode that was not valid (for example, Snapshot).
Used to distinguish the server-side cause for a query notification firing.
The SET options were not set appropriately at subscription time.
A previous statement has caused query notifications to fire under the current transaction.
A SELECT statement that cannot be notified or was provided.
Fires as a result of server resource pressure.
The server was restarted (notifications are sent during restart.).
The subscribing query causes the number of templates on one of the target tables to exceed the maximum allowable limit.
One or more tables were truncated.
Used when the info option sent by the server was not recognized by the client.
Data was changed by an UPDATE statement.
Indicates the source of the notification received by the dependency event handler.
A client-initiated notification occurred, such as a client-side time-out or as a result of attempting to add a command to a dependency that has already fired.
Data has changed; for example, an insert, update, delete, or truncate operation occurred.
The database state changed; for example, the database related to the query was dropped or detached.
The run-time environment was not compatible with notifications; for example, the isolation level was set to snapshot, or one or more SET options are not compatible.
A run-time error occurred during execution.
A database object changed; for example, an underlying object related to the query was dropped or modified.
Internal only; not intended to be used in your code.
The Transact-SQL statement is not valid for notifications; for example, a SELECT statement that could not be notified or a non-SELECT statement was executed.
A system-related event occurred. For example, there was an internal error, the server was restarted, or resource pressure caused the invalidation.
The subscription time-out expired.
Used when the source option sent by the server was not recognized by the client.
Describes the different notification types that can be received by an event handler through the parameter.
Data on the server being monitored changed. Use the item to determine the details of the change.
There was a failure to create a notification subscription. Use the object's item to determine the cause of the failure.
Used when the type option sent by the server was not recognized by the client.
Represents a parameter to a and optionally its mapping to columns. This class cannot be inherited. For more information on parameters, see Configuring Parameters and Parameter Data Types.
Initializes a new instance of the class.
Initializes a new instance of the class that uses the parameter name and the data type.
The name of the parameter to map.
One of the values.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, the , and the size.
The name of the parameter to map.
One of the values.
The length of the parameter.
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, the type of the parameter, the size of the parameter, a , the precision of the parameter, the scale of the parameter, the source column, a to use, and the value of the parameter.
The name of the parameter to map.
One of the values.
The length of the parameter.
One of the values.
if the value of the field can be null; otherwise, .
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column () if this is used in a call to .
One of the values.
An that is the value of the .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name, the type of the parameter, the length of the parameter the direction, the precision, the scale, the name of the source column, one of the values, a Boolean for source column mapping, the value of the , the name of the database where the schema collection for this XML instance is located, the owning relational schema where the schema collection for this XML instance is located, and the name of the schema collection for this parameter.
The name of the parameter to map.
One of the values.
The length of the parameter.
One of the values.
The total number of digits to the left and right of the decimal point to which is resolved.
The total number of decimal places to which is resolved.
The name of the source column () if this is used in a call to .
One of the values.
if the source column is nullable; if it is not.
An that is the value of the .
The name of the database where the schema collection for this XML instance is located.
The owning relational schema where the schema collection for this XML instance is located.
The name of the schema collection for this parameter.
Initializes a new instance of the class that uses the parameter name, the , the size, and the source column name.
The name of the parameter to map.
One of the values.
The length of the parameter.
The name of the source column () if this is used in a call to .
The value supplied in the parameter is an invalid back-end data type.
Initializes a new instance of the class that uses the parameter name and a value of the new .
The name of the parameter to map.
An that is the value of the .
Gets or sets the object that defines how string comparisons should be performed for this parameter.
A object that defines string comparison for this parameter.
Gets or sets the of the parameter.
One of the values. The default is .
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
One of the values. The default is .
The property was not set to one of the valid values.
Enforces encryption of a parameter when using Always Encrypted. If SQL Server informs the driver that the parameter does not need to be encrypted, the query using the parameter will fail. This property provides additional protection against security attacks that involve a compromised SQL Server providing incorrect encryption metadata to the client, which may lead to data disclosure.
if the parameter has a force column encryption; otherwise, .
Gets or sets a value that indicates whether the parameter accepts null values. is not used to validate the parameter's value and will not prevent sending or receiving a null value when executing a command.
if null values are accepted; otherwise, . The default is .
Gets or sets the locale identifier that determines conventions and language for a particular region.
The locale identifier associated with the parameter.
Gets or sets the offset to the property.
The offset to the . The default is 0.
Gets or sets the name of the .
The name of the . The default is an empty string.
Gets or sets the maximum number of digits used to represent the property.
The maximum number of digits used to represent the property. The default value is 0. This indicates that the data provider sets the precision for .
Resets the type associated with this .
Resets the type associated with this .
Gets or sets the number of decimal places to which is resolved.
The number of decimal places to which is resolved. The default is 0.
Gets or sets the maximum size, in bytes, of the data within the column.
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Gets or sets the name of the source column mapped to the and used for loading or returning the
The name of the source column mapped to the . The default is an empty string.
Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns.
if the source column is nullable; if it is not.
Gets or sets the to use when you load
One of the values. The default is .
Gets or sets the of the parameter.
One of the values. The default is .
Gets or sets the value of the parameter as an SQL type.
An that is the value of the parameter, using SQL types. The default value is null.
For a description of this member, see .
A new that is a copy of this instance.
Gets a string that contains the .
A string that contains the .
Gets or sets the type name for a table-valued parameter.
The type name of the specified table-valued parameter.
Gets or sets a that represents a user-defined type as a parameter.
A that represents the fully qualified name of a user-defined type in the database.
Gets or sets the value of the parameter.
An that is the value of the parameter. The default value is null.
Gets the name of the database where the schema collection for this XML instance is located.
The name of the database where the schema collection for this XML instance is located.
Gets the name of the schema collection for this XML instance.
The name of the schema collection for this XML instance.
The owning relational schema where the schema collection for this XML instance is located.
The owning relational schema for this XML instance.
Represents a collection of parameters associated with a and their respective mappings to columns in a . This class cannot be inherited.
Adds the specified object to the .
The to add to the collection.
A new object.
The specified in the parameter is already added to this or another .
The parameter passed was not a .
The parameter is null.
Adds the specified object to the .
An .
The index of the new object.
Adds a to the given the parameter name and the data type.
The name of the parameter.
One of the values.
A new object.
Adds a to the , given the specified parameter name, and size.
The name of the parameter.
The of the to add to the collection.
The size as an .
A new object.
Adds a to the with the parameter name, the data type, and the column length.
The name of the parameter.
One of the values.
The column length.
The name of the source column () if this is used in a call to .
A new object.
Adds the specified object to the .
The name of the to add to the collection.
A .
A new object.
Use caution when you are using this overload of the method to specify integer parameter values. Because this overload takes a of type , you must convert the integral 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 assumes that you are trying to call the (, ) overload.
The specified in the parameter is already added to this or another .
The parameter is null.
Adds an array of values to the end of the .
The values to add.
Adds an array of values to the end of the .
The values to add.
Adds a value to the end of the .
The name of the parameter.
The value to be added. Use instead of null, to indicate a null value.
A object.
Removes all the objects from the .
Determines whether the specified is in this .
The value.
if the contains the value; otherwise, .
Determines whether the specified is in this .
The value.
if the contains the value; otherwise, .
Determines whether the specified parameter name is in this .
The value.
if the contains the value; otherwise, .
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.
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.
Returns an Integer that contains the number of elements in the . Read-only.
The number of elements in the as an Integer.
Returns an enumerator that iterates through the .
An for the .
Gets the location of the specified within the collection.
The to find.
The zero-based location of the specified that is a within the collection. Returns -1 when the object does not exist in the .
Gets the location of the specified within the collection.
The to find.
The zero-based location of the specified that is a within the collection. Returns -1 when the object does not exist in the .
Gets the location of the specified with the specified name.
The case-sensitive name of the to find.
The zero-based location of the specified with the specified case-sensitive name. Returns -1 when the object does not exist in the .
Inserts a object into the at the specified index.
The zero-based index at which value should be inserted.
A object to be inserted in the .
Inserts an into the at the specified index.
The zero-based index at which value should be inserted.
An to be inserted in the .
Gets a value that indicates whether the has a fixed size.
if the has a fixed size; otherwise, .
Gets a value that indicates whether the is read-only.
if the is read-only; otherwise, .
Gets a value that indicates whether the is synchronized.
if the is synchronized; otherwise, .
Gets the at the specified index.
The zero-based index of the parameter to retrieve.
The at the specified index.
The specified index does not exist.
Gets the with the specified name.
The name of the parameter to retrieve.
The with the specified name.
The specified is not valid.
Removes the specified from the collection.
A object to remove from the collection.
The parameter is not a .
The parameter does not exist in the collection.
Removes the specified from the collection.
The object to remove from the collection.
Removes the from the at the specified index.
The zero-based index of the object to remove.
Removes the from the at the specified parameter name.
The name of the to remove.
Gets an object that can be used to synchronize access to the .
An object that can be used to synchronize access to the .
Represents the set of arguments passed to the .
Creates a new instance of the object.
An that indicates the number of rows copied during the current bulk copy operation.
Gets or sets a value that indicates whether the bulk copy operation should be aborted.
if the bulk copy operation should be aborted; otherwise .
Gets a value that returns the number of rows copied during the current bulk copy operation.
that returns the number of rows copied.
Represents the method that handles the event of a .
The source of the event.
A object that contains the event data.
Provides data for the event.
Initializes a new instance of the class.
The sent through an .
The executed when is called.
One of the values that specifies the type of query executed.
The sent through an .
Gets or sets the executed when is called.
The executed when is called.
Represents the method that will handle the event of a .
The source of the event.
The that contains the event data.
Provides data for the event.
Initializes a new instance of the class.
The to .
The to execute during .
One of the values that specifies the type of query executed.
The sent through an .
Gets or sets the to execute when performing the .
The to execute when performing the .
Represents the method that will handle the event of a .
The source of the event.
The that contains the event data.
Represents a Transact-SQL transaction to be made in a SQL Server database. This class cannot be inherited.
Commits the database transaction.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Gets the object associated with the transaction, or if the transaction is no longer valid.
The object associated with the transaction.
Specifies the for this transaction.
The for this transaction. The default is .
Rolls back a transaction from a pending state.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Rolls back a transaction from a pending state, and specifies the transaction or savepoint name.
The name of the transaction to roll back, or the savepoint to which to roll back.
No transaction name was specified.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Creates a savepoint in the transaction that can be used to roll back a part of the transaction, and specifies the savepoint name.
The name of the savepoint.
An error occurred while trying to commit the transaction.
The transaction has already been committed or rolled back.
-or-
The connection is broken.
Specifies SQL Server-specific data type of a field, property, for use in a .
. A 64-bit signed integer.
of type . A fixed-length stream of binary data ranging between 1 and 8,000 bytes.
. An unsigned numeric value that can be 0, 1, or .
. A fixed-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
Date data ranging in value from January 1,1 AD through December 31, 9999 AD.
. Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds.
Date and time data. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds.
Date and time data with time zone awareness. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Time zone value range is -14:00 through +14:00.
. A fixed precision and scale numeric value between -10 38 -1 and 10 38 -1.
. A floating point number within the range of -1.79E +308 through 1.79E +308.
of type . A variable-length stream of binary data ranging from 0 to 2 31 -1 (or 2,147,483,647) bytes.
. A 32-bit signed integer.
. A currency value ranging from -2 63 (or -9,223,372,036,854,775,808) to 2 63 -1 (or +9,223,372,036,854,775,807) with an accuracy to a ten-thousandth of a currency unit.
. A fixed-length stream of Unicode characters ranging between 1 and 4,000 characters.
. A variable-length stream of Unicode data with a maximum length of 2 30 - 1 (or 1,073,741,823) characters.
. A variable-length stream of Unicode characters ranging between 1 and 4,000 characters. Implicit conversion fails if the string is greater than 4,000 characters. Explicitly set the object when working with strings longer than 4,000 characters. Use when the database column is .
. A floating point number within the range of -3.40E +38 through 3.40E +38.
. Date and time data ranging in value from January 1, 1900 to June 6, 2079 to an accuracy of one minute.
. A 16-bit signed integer.
. A currency value ranging from -214,748.3648 to +214,748.3647 with an accuracy to a ten-thousandth of a currency unit.
A special data type for specifying structured data contained in table-valued parameters.
. A variable-length stream of non-Unicode data with a maximum length of 2 31 -1 (or 2,147,483,647) characters.
Time data based on a 24-hour clock. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Corresponds to a SQL Server value.
of type . Automatically generated binary numbers, which are guaranteed to be unique within a database. is used typically as a mechanism for version-stamping table rows. The storage size is 8 bytes.
. An 8-bit unsigned integer.
A SQL Server user-defined type (UDT).
. A globally unique identifier (or GUID).
of type . A variable-length stream of binary data ranging between 1 and 8,000 bytes. Implicit conversion fails if the byte array is greater than 8,000 bytes. Explicitly set the object when working with byte arrays larger than 8,000 bytes.
. A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters. Use when the database column is .
. A special data type that can contain numeric, string, binary, or date data as well as the SQL Server values Empty and Null, which is assumed if no other type is declared.
An XML value. Obtain the XML as a string using the method or property, or as an by calling the method.
All the objects and structures implement the interface.
Indicates whether a structure is null. This property is read-only.
if the value of this object is null. Otherwise, .
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
Initializes a new instance of the class.
The string to display when the exception is thrown.
Initializes a new instance of the class.
The string to display when the exception is thrown.
A reference to an inner exception.
Represents a variable-length stream of binary data to be stored in or retrieved from a database.
Initializes a new instance of the structure, setting the property to the contents of the supplied byte array.
The byte array to be stored or retrieved.
Concatenates two specified values to create a new structure.
A .
A .
A that is the concatenated value of x and y.
Compares this object to the supplied object and returns an indication of their relative values.
The object to be compared to this structure.
A signed number that indicates the relative values of this structure and the object.
Return value
Condition
Less than zero
The value of this object is less than the object.
Zero
This object is the same as object.
Greater than zero
This object is greater than object.
-or-
The object is a null reference.
Compares this object to the supplied object and returns an indication of their relative values.
The object to be compared to this structure.
A signed number that indicates the relative values of this structure and the object.
Return value
Condition
Less than zero
The value of this object is less than the object.
Zero
This object is the same as object.
Greater than zero
This object is greater than object.
-or-
The object is a null reference.
Concatenates two structures to create a new structure.
A structure.
A structure.
The concatenated values of the and parameters.
Compares two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code for this structure.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A that indicates the XSD of the specified .
Compares two structures to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise . If either instance of is null, the of the will be .
Indicates whether this structure is null. This property is read-only.
if ; otherwise, .
Gets the single byte from the property located at the position indicated by the integer parameter, . If indicates a position beyond the end of the byte array, a will be raised. This property is read-only.
The position of the byte to be retrieved.
The byte located at the position indicated by the integer parameter.
The property is read when the property contains
-or-
The parameter indicates a position byond the length of the byte array as indicated by the property.
Gets the length in bytes of the property. This property is read-only.
The length of the binary data in the property.
The property is read when the property contains .
Compares two structures to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise . If either instance of is null, the of the will be .
Compares two structures to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Concatenates the two parameters to create a new structure.
A object.
A object.
The concatenated values of the and parameters.
Compares two structures to determine whether they are equal.
A object.
A object.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Converts a structure to a array.
The structure to be converted.
A array.
Converts a structure to a structure.
The structure to be converted.
The structure to be converted.
Compares two structures to determine whether the first is greater than the second.
A object.
A object.
A that is if the first instance is greater than the second instance. Otherwise . If either instance of is null, the of the will be .
Compares two structues to determine whether the first is greater than or equal to the second.
A object.
A object.
A that is if the first instance is greater than or equal to the second instance. Otherwise . If either instance of is null, the of the will be .
Converts an array of bytes to a structure.
The array of bytes to be converted.
A structure that represents the converted array of bytes.
Compares two structures to determine whether they are not equal.
A object.
A object.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two structures to determine whether the first is less than the second.
A object.
A object.
A that is if the first instance is less than the second instance. Otherwise . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is less than or equal to the second.
A object.
A object.
A that is if the first instance is less than or equal to the second instance. Otherwise . If either instance of is null, the of the will be .
For a description of this member, see .
An instance.
For a description of this member, see .
A .
For a description of this member, see .
A .
Converts this instance of to .
A structure.
Converts this object to a string.
A string that contains the of the . If the is null the string will contain "null".
Gets the value of the structure. This property is read-only.
The value of the structure.
The property is read when the property contains .
Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied Boolean value.
The value for the new structure; either or .
Initializes a new instance of the structure using the specified integer value.
The integer whose value is to be used for the new structure.
Computes the bitwise AND operation of two specified structures.
A structure.
A structure.
The result of the logical AND operation.
Gets the value of the structure as a byte.
A byte representing the value of the structure.
Compares this object to the supplied object and returns an indication of their relative values.
A object to compare, or a null reference ( in Visual Basic).
A signed number that indicates the relative values of the instance and value.
Value
Description
A negative integer
This instance is less than .
Zero
This instance is equal to .
A positive integer
This instance is greater than .
-or-
is a null reference ( in Visual Basic).
Compares this structure to a specified object and returns an indication of their relative values.
An object to compare, or a null reference ( in Visual Basic).
A signed number that indicates the relative values of the instance and value.
Value
Description
A negative integer
This instance is less than .
Zero
This instance is equal to .
A positive integer
This instance is greater than .
-or-
is a null reference ( in Visual Basic).
Compares two structures to determine whether they are equal.
A structure.
A structure.
if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Compares the supplied object parameter to the .
The object to be compared.
if object is an instance of and the two are equal; otherwise, .
Represents a false value that can be assigned to the property of an instance of the structure.
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
if the first instance is greater than the second instance; otherwise, .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
if the first instance is greater than or equal to the second instance; otherwise, .
Indicates whether the current is .
if is ; otherwise, .
Indicates whether this structure is null.
if the structure is null; otherwise, .
Gets a value that indicates whether the current is .
if is ; otherwise, .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
if the first instance is less than the second instance; otherwise, .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
if the first instance is less than or equal to the second instance; otherwise, .
Compares two instances of for equality.
A structure.
A structure.
if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents that can be assigned to this instance of the structure.
Represents a one value that can be assigned to the property of an instance of the structure.
Performs a one's complement operation on the supplied structures.
A structure.
The one's complement of the supplied .
Computes the bitwise AND operation of two specified structures.
A structure.
A structure.
The result of the logical AND operation.
Computes the bitwise OR of its operands.
A structure.
A structure.
The results of the logical OR operation.
Compares two instances of for equality.
A .
A .
if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Performs a bitwise exclusive-OR (XOR) operation on the supplied parameters.
A structure.
A structure.
The result of the logical XOR operation.
Converts a to a Boolean.
A to convert.
A Boolean set to the of the .
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
Converts the parameter to a structure.
A to be converted to a structure.
A new structure whose value equals the property of the parameter.
The false operator can be used to test the of the to determine whether it is false.
The structure to be tested.
if the supplied parameter is is ; otherwise, .
Compares two structures to determine whether the first is greater than the second.
A object.
A object.
if the first instance is greater than the second instance; otherwise, .
Compares two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
if the first instance is greater than or equal to the second instance; otherwise, .
Converts the supplied byte value to a .
A byte value to be converted to .
A value that contains 0 or 1.
Compares two instances of to determine whether they are not equal.
A .
A .
if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
if the first instance is less than the second instance; otherwise, .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
if the first instance is less than or equal to the second instance; otherwise, .
Performs a NOT operation on a .
The on which the NOT operation will be performed.
A with the if argument was true, if argument was null, and otherwise.
Performs a one's complement operation on the supplied structures.
A structure.
The one's complement of the supplied .
The true operator can be used to test the of the to determine whether it is true.
The structure to be tested.
if the supplied parameter is is ; otherwise, .
Performs a bitwise OR operation on the two specified structures.
A structure.
A structure.
A new structure whose Value is the result of the bitwise OR operation.
Converts the specified representation of a logical value to its equivalent.
The to be converted.
A structure that contains the parsed value.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals , the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals then the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals then the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals then the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals , the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals , the new structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals , the new value is 1. If the structure's value equals , the new value is 0. If structure's value is neither 1 nor 0, the new value is .
Converts this structure to .
A new structure whose value is 1 or 0.
If the structure's value equals true, the new structure's value is 1; otherwise the new structure's value is 0.
Converts this structure to .
A new structure whose value is 1 or 0. If the structure's value equals then structure's value is 1. Otherwise, the new structure's value is 0.
Converts this structure to a string.
A string that contains the value of the . If the value is null, the string will contain "null".
Represents a true value that can be assigned to the property of an instance of the structure.
Gets the structure's value. This property is read-only.
if the is ; otherwise, .
The property is set to null.
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
The result of the logical XOR operation.
Represents a zero value that can be assigned to the property of an instance of the structure.
Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.
Initializes a new instance of the structure using the specified byte value.
A byte value to be stored in the property of the new structure.
Computes the sum of the two specified structures.
A structure.
A structure.
A structure whose property contains the results of the addition.
Computes the bitwise AND of its operands.
A structure.
A structure.
The results of the bitwise AND operation.
Computes the bitwise OR of its two operands.
A structure.
A structure.
The results of the bitwise OR operation.
Compares this instance to the supplied object and returns an indication of their relative values.
The object to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Divides its first operand by its second.
A structure.
A structure.
A new structure whose property contains the results of the division.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied parameter to the property of the object.
The to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Gets a Boolean value that indicates whether this structure is null.
if null. Otherwise, .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the largest possible value of a .
A constant representing the smallest possible value of a .
Computes the remainder after dividing its first operand by its second.
A structure.
A structure.
A structure whose contains the remainder.
Divides two values and returns the remainder.
A .
A .
The remainder left after division is performed on and .
Computes the product of the two operands.
A structure.
A structure.
A new structure whose property contains the product of the multiplication.
Compares two instances of to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
The ones complement operator performs a bitwise one's complement operation on its operand.
A structure.
A structure whose property contains the ones complement of the parameter.
Computes the sum of the two specified structures.
A structure.
A structure.
A whose property contains the sum of the two operands.
Computes the bitwise AND of its operands.
A structure.
A structure.
The results of the bitwise AND operation.
Computes the bitwise OR of its two operands.
A structure.
A structure.
The results of the bitwise OR operation.
Divides its first operand by its second.
A structure.
A structure.
A new structure whose property contains the results of the division.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
The results of the bitwise XOR operation.
Converts the parameter to a .
The parameter to be converted to a .
A whose property equals the of the supplied parameter.
Converts the supplied structure to a byte.
The structure to be converted to a byte.
A byte whose value equals the property of the parameter.
Converts the supplied to .
A structure.
A structure whose property is equal to the of the parameter.
Converts the supplied to .
A structure.
A structure whose property is equal to the of the parameter.
Converts the parameter to a .
A structure.
A structure whose property is equal to the of the parameter.
Converts the supplied to .
A structure.
A structure whose property is equal to the of the parameter.
Converts the supplied to .
A structure.
A structure whose property is equal to the of the parameter.
Converts the parameter to a .
A structure.
A structure whose property is equal to the of the parameter.
Converts the supplied structure to .
A structure.
A structure whose property is equal to the of the parameter.
Converts the supplied to .
An instance of the class.
A structure whose property is equal to the numeric value represented by the .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied byte value to a .
A byte value to be converted to .
A structure whose property is equal to the supplied parameter.
Compares two instances of to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Computes the remainder after dividing its first operand by its second.
A structure.
A structure.
A structure whose contains the remainder.
Computes the product of the two operands.
A structure.
A structure.
A new structure whose property contains the product of the multiplication.
The ones complement operator performs a bitwise one's complement operation on its operand.
A structure.
A structure whose property contains the ones complement of the parameter.
Subtracts the second operand from the first.
A structure.
A structure.
The results of subtracting the second operand from the first.
Converts the representation of a number to its 8-bit unsigned integer equivalent.
The to be parsed.
A structure that contains the 8-bit number represented by the parameter.
Subtracts the second operand from the first.
A structure.
A structure.
The results of subtracting the second operand from the first.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure.
Converts this structure to .
A structure with the same value as this .
Converts this structure to .
A structure with the same value as this .
Converts this to .
A structure with the same value as this .
Converts this structure to .
A structure who equals the of this .
Converts this structure to .
A structure whose equals the of this structure.
Converts this structure to .
A structure that has the same as this structure.
Converts this instance of to .
A that contains the string representation of the structure's .
Converts this structure to a .
A string that contains the of the . If the is null, the will be a null string.
Gets the value of the structure. This property is read-only
The value of the structure.
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
The results of the XOR operation.
Represents a zero value that can be assigned to the property of an instance of the structure.
Represents a mutable reference type that wraps either a or a .
Initializes a new instance of the class.
Initializes a new instance of the class based on the specified byte array.
The array of unsigned bytes.
Initializes a new instance of the class based on the specified value.
A value.
Initializes a new instance of the class based on the specified value.
A .
Returns a reference to the internal buffer.
A reference to the internal buffer. For instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.
Returns the XML Schema definition language (XSD) of the specified .
A .
A that indicates the XSD of the specified .
Gets a Boolean value that indicates whether this is null.
if the is null, otherwise.
Gets or sets the instance at the specified index.
A value.
A value.
Gets the length of the value that is contained in the instance.
A value representing the length of the value that is contained in the instance.
Returns -1 if no buffer is available to the instance or if the value is null.
Returns a for a stream-wrapped instance.
Gets the maximum length of the value of the internal buffer of this .
A long representing the maximum length of the value of the internal buffer. Returns -1 for a stream-wrapped .
Gets a null instance of this .
An instance whose property returns .
Converts a structure to a structure.
The structure to be converted.
A structure.
Converts a structure to a structure.
The structure to be converted.
A structure.
Copies bytes from this instance to the passed-in buffer and returns the number of copied bytes.
An long value offset into the value that is contained in the instance.
The byte array buffer to copy into.
An integer offset into the buffer to start copying into.
An integer representing the number of bytes to copy.
An long value representing the number of copied bytes.
Sets the length of this instance.
The long value representing the length.
Sets this instance to null.
Returns information about the storage state of this instance.
A enumeration.
Gets or sets the data of this as a stream.
The stream that contains the SqlBytes data.
Gets serialization information with all the data needed to reinstantiate this instance.
The object to be populated with serialization information.
The destination context of the serialization.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Constructs and returns a from this instance.
A from this instance.
Returns a managed copy of the value held by this .
The value of this as an array of bytes.
Copies bytes from the passed-in buffer to this instance.
An long value offset into the value that is contained in the instance.
The byte array buffer to copy into.
An integer offset into the buffer to start copying into.
An integer representing the number of bytes to copy.
is a mutable reference type that wraps a array or a instance.
Initializes a new instance of the class.
Initializes a new instance of the class based on the specified character array.
A array.
Initializes a new instance of the class based on the specified value.
A .
Returns a reference to the internal buffer.
A reference to the internal buffer. For instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Gets a Boolean value that indicates whether this is null.
if the is null. Otherwise, .
Gets or sets the instance at the specified index.
An value.
A value.
Gets the length of the value that is contained in the instance.
A value that indicates the length in characters of the value that is contained in the instance.
Returns -1 if no buffer is available to the instance, or if the value is null.
Returns a for a stream-wrapped instance.
Gets the maximum length in two-byte characters of the value the internal buffer can hold.
An value representing the maximum length in two-byte characters of the value of the internal buffer.
Returns -1 for a stream-wrapped .
Returns a null instance of this .
An instance whose property returns . For more information, see Handling Null Values.
Converts a structure to a structure.
The structure to be converted.
A structure.
Converts a structure to a structure.
The structure to be converted.
A structure.
Copies characters from this instance to the passed-in buffer and returns the number of copied characters.
An value offset into the value that is contained in the instance.
The character array buffer to copy into.
An integer offset into the buffer to start copying into.
An integer value representing the number of characters to copy.
An value representing the number of copied bytes.
Sets the length of this instance.
The value representing the length.
Sets this instance to null.
Returns information about the storage state of this instance.
A enumeration.
Gets serialization information with all the data needed to reinstantiate this instance.
The object to be populated with serialization information.
The destination context of the serialization.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this instance to its equivalent representation.
A representation of this type.
Returns a managed copy of the value held by this .
The value of this as an array of characters.
Copies characters from the passed-in buffer to this instance.
A value offset into the value that is contained in the instance.
The character array buffer to copy into.
An integer offset into the buffer to start copying into.
An integer representing the number of characters to copy.
Specifies the compare option values for a structure.
Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.
Performs a binary sort.
Specifies that comparisons must ignore case.
Specifies that comparisons must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters that represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "Internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound.
Specifies that comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at https://www.unicode.org.
Specifies that comparisons must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width.
Specifies the default option settings for comparisons.
Represents the date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds to be stored in or retrieved from a database. The structure has a different underlying data structure from its corresponding .NET Framework type, , which can represent any time between 12:00:00 AM 1/1/0001 and 11:59:59 PM 12/31/9999, to the accuracy of 100 nanoseconds. actually stores the relative difference to 00:00:00 AM 1/1/1900. Therefore, a conversion from "00:00:00 AM 1/1/1900" to an integer will return 0.
Initializes a new instance of the structure using the specified value.
A structure.
Initializes a new instance of the structure using the supplied parameters.
An integer value that represents the date as ticks.
An integer value that represents the time as ticks.
Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day.
An integer representing the year of the of the new structure.
An integer value representing the month of the new structure.
An integer value representing the day number of the new structure.
Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, and second of the new structure.
An integer value representing the year of the new structure.
An integer value representing the month of the new structure.
An integer value representing the day of the month of the new structure.
An integer value representing the hour of the new structure.
An integer value representing the minute of the new structure.
An integer value representing the second of the new structure.
Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and millisecond of the new structure.
An integer value representing the year of the new structure.
An integer value representing the month of the new structure.
An integer value representing the day of the month of the new structure.
An integer value representing the hour of the new structure.
An integer value representing the minute of the new structure.
An integer value representing the second of the new structure.
An double value representing the millisecond of the new structure.
Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and microsecond of the new structure.
An integer value representing the year of the new structure.
An integer value representing the month of the new structure.
An integer value representing the day of the new structure.
An integer value representing the hour of the new structure.
An integer value representing the minute of the new structure.
An integer value representing the second of the new structure.
An integer value representing the microsecond (thousandths of a millisecond) of the new structure.
Adds a to the specified .
A value.
A value.
A value.
Compares this structure to the supplied structure and returns an indication of their relative values.
The structure to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than .
Zero
This instance is the same as .
Greater than zero
This instance is greater than
-or-
is a null reference ( in Visual Basic)
Compares this structure to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( as Visual Basic).
Gets the number of ticks representing the date of this structure.
The number of ticks representing the date that is contained in the property of this structure.
The exception that is thrown when the property of a structure is set to null.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, .
Compares the supplied object parameter to the property of the object.
The object to be compared.
if the object is an instance of and the two are equal; otherwise .
Gets the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Indicates whether this structure is null.
if null. Otherwise, .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Represents the maximum valid date value for a structure.
Represents the minimum valid date value for a structure.
Performs a logical comparison of two instances of to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Adds the period of time indicated by the supplied parameter, , to the supplied structure.
A structure.
A structure.
A new . If either argument is , the new is .
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, .
Converts the structure to a structure.
A structure.
A object whose and properties contain the same date and time values as the property of the supplied structure.
Converts the parameter to a .
A .
A structure whose is equal to the date and time represented by the parameter. If the is null, the of the newly created structure will be null.
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts a structure to a structure.
A structure.
A structure whose is equal to the combined and properties of the supplied structure.
Performs a logical comparison of two instances of to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Subtracts the supplied structure, , from the supplied structure.
A structure.
A structure.
A structure representing the results of the subtraction.
Converts the specified representation of a date and time to its equivalent.
The to be parsed.
A structure equal to the date and time represented by the specified .
A constant whose value is the number of ticks equivalent to one hour.
A constant whose value is the number of ticks equivalent to one minute.
A constant whose value is the number of ticks equivalent to one second.
Subtracts the specified from this instance.
A value.
A value.
A value.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the number of ticks representing the time of this structure.
The number of ticks representing the time of this structure.
Converts this structure to .
A structure whose value is a string representing the date and time that is contained in this structure.
Converts this structure to a .
A representing the property of this structure.
Gets the value of the structure. This property is read-only.
The value of this structure.
The exception that is thrown when the property of a structure is set to null.
Represents a numeric value between - 10^38 +1 and 10^38 - 1, with fixed precision and scale.
Initializes a new instance of the structure using the supplied parameters.
The maximum number of digits that can be used to represent the property of the new structure.
The number of decimal places to which the property will be resolved for the new structure.
A Boolean value that indicates whether the new structure represents a positive or negative number.
An 32-bit unsigned integer which will be combined with data2, data3, and data4 to make up the 128-bit unsigned integer that represents the new structures value.
An 32-bit unsigned integer which will be combined with data1, data3, and data4 to make up the 128-bit unsigned integer that represents the new structures value.
An 32-bit unsigned integer which will be combined with data1, data2, and data4 to make up the 128-bit unsigned integer that represents the new structures value.
An 32-bit unsigned integer which will be combined with data1, data2, and data3 to make up the 128-bit unsigned integer that represents the new structures value.
Initializes a new instance of the structure using the supplied parameters.
The maximum number of digits that can be used to represent the property of the new structure.
The number of decimal places to which the property will be resolved for the new structure.
A Boolean value that indicates whether the new structure represents a positive or negative number.
The 128-bit unsigned integer that provides the value of the new .
Initializes a new instance of the structure using the supplied value.
The value to be stored as a structure.
Initializes a new instance of the structure using the supplied double parameter.
A double, representing the value for the new structure.
Initializes a new instance of the structure using the supplied integer value.
The supplied integer value which will the used as the value of the new structure.
Initializes a new instance of the structure using the supplied long integer value.
The supplied long integer value which will the used as the value of the new structure.
The Abs method gets the absolute value of the parameter.
A structure.
A structure whose property contains the unsigned number representing the absolute value of the parameter.
Calculates the sum of the two operators.
A structure.
A structure.
A new structure whose property contains the sum.
The scale of the operand will be adjusted to the number of digits indicated by the digits parameter. Depending on the value of the fRound parameter, the value will either be rounded to the appropriate number of digits or truncated.
The structure to be adjusted.
The number of digits in the adjusted structure.
If this parameter is , the new Value will be rounded, if , the value will be truncated.
A new structure whose property contains the adjusted number.
Gets the binary representation of the value of this structure as an array of bytes.
An array of bytes that contains the binary representation of the structure's value.
Returns the smallest whole number greater than or equal to the specified structure.
The structure for which the ceiling value is to be calculated.
A representing the smallest whole number greater than or equal to the specified structure.
Compares this instance to the supplied object and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Adjusts the value of the operand to the indicated precision and scale.
The structure whose value is to be adjusted.
The precision for the new structure.
The scale for the new structure.
A new structure whose Value has been adjusted to the precision and scale indicated in the parameters.
Gets the binary representation of this structure as an array of integers.
An array of integers that contains the binary representation of this structure.
The division operator calculates the results of dividing the first operand by the second.
A structure.
A structure.
A new structure whose property contains the results of the division.
Performs a logical comparison of the two operands to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, the value of the will be null.
Compares the supplied parameter to the property of the instance.
The to be compared.
if object is an instance of and the two are equal. Otherwise, .
Rounds a specified number to the next lower whole number.
The structure for which the floor value is to be calculated.
A structure that contains the whole number part of this structure.
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Performs a logical comparison of two structures to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Indicates whether this structure is null.
if this structure is null. Otherwise, .
Indicates whether the of this structure is greater than zero.
if the is assigned to null. Otherwise, .
Performs a logical comparison of two structures to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the largest possible value for the property.
A constant representing the maximum value for the property.
A constant representing the maximum value of a structure.
A constant representing the minimum value for a structure.
The multiplication operator computes the product of the two parameters.
A structure.
A structure.
A new structure whose property contains the product of the multiplication.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the class.
Calculates the sum of the two operators.
A structure.
A structure.
A new structure whose property contains the sum.
The division operator calculates the results of dividing the first operand by the second.
A structure.
A structure.
A new structure whose property contains the results of the division.
Performs a logical comparison of the two operands to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Converts the supplied structure to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the parameter to .
The structure to be converted.
A new structure whose value equals the of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose equals the of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose property equals the of the parameter.
Converts the supplied parameter to .
The object to be converted.
A new structure whose equals the value represented by the parameter.
Converts the parameter to .
The structure to be converted.
A new structure whose value equals the value of the parameter.
Performs a logical comparison of two structures to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied structure to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
Converts the supplied structure to
The structure to be converted.
A new structure whose property equals the property of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose property is equal to the property of the parameter.
Converts the supplied structure to SqlDecimal.
The structure to be converted.
A new structure whose equals the of the parameter.
Converts the operand to .
The structure to be converted.
A new structure whose equals the of the parameter.
Converts the value to .
The value to be converted.
A new structure whose property equals the value of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose property equals the value of the parameter.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Performs a logical comparison of two structures to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
The multiplication operator computes the product of the two parameters.
A structure.
A structure.
A new structure whose property contains the product of the multiplication.
Calculates the results of subtracting the second operand from the first.
A structure.
A structure.
A new structure whose Value property contains the results of the subtraction.
The unary minus operator negates the parameter.
The structure to be negated.
A new structure whose value contains the results of the negation.
Converts the representation of a number to its equivalent.
The to be parsed.
A equivalent to the value that is contained in the specified .
Raises the value of the specified structure to the specified exponential power.
The structure to be raised to a power.
A double value that indicates the power to which the number should be raised.
A structure that contains the results.
Gets the maximum number of digits used to represent the property.
The maximum number of digits used to represent the of this structure.
Gets the number nearest the specified structure's value with the specified precision.
The structure to be rounded.
The number of significant fractional digits (precision) in the return value.
A structure that contains the results of the rounding operation.
Gets the number of decimal places to which is resolved.
The number of decimal places to which the property is resolved.
Gets a value that indicates the sign of a structure's property.
The structure whose sign is to be evaluated.
A number that indicates the sign of the structure.
Calculates the results of subtracting the second operand from the first.
A structure.
A structure.
A new structure whose Value property contains the results of the subtraction.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the a double equal to the contents of the property of this instance.
The decimal representation of the property.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure. If the structure's Value is , the structure's will be 1. Otherwise, the structure's will be 0.
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure with the same value as this instance of .
Converts this structure to .
A structure whose value is a string representing the value contained in this structure.
Converts this structure to .
A new object that contains the string representation of the structure's property.
Truncates the specified structure's value to the that you want position.
The structure to be truncated.
The decimal position to which the number will be truncated.
Supply a negative value for the parameter in order to truncate the value to the corresponding position to the left of the decimal point.
Gets the value of the structure. This property is read-only.
A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335.
Represents a floating-point number within the range of -1.79E +308 through 1.79E +308 to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied double parameter to set the new structure's property.
A double whose value will be used for the new .
The addition operator computes the sum of the two operands.
A structure.
A structure.
The sum of the two operands.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to compare.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic).
The division operator divides the first operand by the second.
A structure.
A structure.
A structure that contains the results of the division operation.
Performs a logical comparison on two instances of to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, .
Compares the supplied object parameter to the property of the object.
The object to be compared.
if the two values are equal. Otherwise, .
Returns the hash code for this structre.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Returns a Boolean value that indicates whether this instance is null.
if is null. Otherwise, .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the maximum value for a structure.
A constant representing the minimum possible value of .
The multiplication operator computes the product of the two operands.
A structure.
A structure.
The product of the two operands.
Compares two instances of to determine whether they are notequal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
The addition operator computes the sum of the two operands.
A structure.
A structure.
The sum of the two operands.
The division operator divides the first operand by the second.
A structure.
A structure.
A structure that contains the results of the division operation.
Performs a logical comparison on two instances of to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, .
Converts the supplied parameter to .
The to be converted.
A new structure whose is either 0 or 1, depending on the property of the parameter. If the is , the structure will be .
Converts the supplied structure to double.
A structure.
A double equivalent to the specified structure's value.
Converts the supplied parameter to .
A object.
A new whose is equal to the value of the number represented by the . If the is , the structure will be .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied parameter to .
A structure.
A structure whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new structure whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new structure whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied parameter to .
A structure.
A new structure whose is equal to the of the parameter. If the is , the structure will be .
Converts the supplied double value to a .
The double value to convert.
A with the same value as the specified double parameter.
Compares two instances of to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
The multiplication operator computes the product of the two operands.
A structure.
A structure.
The product of the two operands.
The subtraction operator the second operand from the first.
A structure.
A structure.
The results of the subtraction operation.
Returns the negated value of the specified structure.
A structure.
A structure that contains the negated value.
Converts the representation of a number to its double-precision floating point number equivalent.
The to be parsed.
A that contains the value represented by the .
The subtraction operator the second operand from the first.
A structure.
A structure.
The results of the subtraction operation.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An XML schema consumed by .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A .
Converts this structure to .
A structure whose will be if the structure's is non-zero, if the is zero and if the structure is .
Converts this structure to .
A structure whose equals the of this structure.
Converts this structure to .
A new structure whose converted value equals the rounded value of this .
Converts this structure to .
A new structure whose equals the integer part of the structure's value.
Converts this structure to .
A new structure whose equals the integer part of the structure's value.
Converts this structure to .
A new structure whose equals the integer part of the structure's value.
Converts this structure to .
A new structure whose is equal to the value of this .
Converts this structure to .
A new structure whose is equal to the of this .
Converts this structure to .
A representing the of this .
Converts this structure to a string.
A string representing the of this .
Gets the value of the structure. This property is read-only.
The value of the structure.
Represents a zero value that can be assigned to the property of an instance of the structure.
Exposes SQL Server data that is stored with the FILESTREAM column attribute as a sequence of bytes.
Initializes a new instance of the class.
The logical path to the file. The path can be retrieved by using the Transact-SQL Pathname function on the underlying FILESTREAM column in the table.
The transaction context for the object. Applications should return the byte array returned by calling the GET_FILESTREAM_TRANSACTION_CONTEXT method.
The access mode to use when opening the file. Supported enumeration values are , , and .
When using , the object can be used to read all of the existing data.
When using , points to a zero byte file. Existing data will be overwritten when the object is closed and the transaction is committed.
When using , the points to a file which has all the existing data in it. The handle is positioned at the beginning of the file. You can use one of the methods to move the handle position within the file to write or append new data.
is a null reference, or is null.
is an empty string (""), contains only white space, or contains one or more invalid characters.
begins with "\\.\", for example "\\.\PHYSICALDRIVE0 ".
The handle returned by the call to NTCreateFile is not of type FILE_TYPE_DISK.
contains an unsupported value.
The file cannot be found.
An I/O error occurred.
The caller does not have the required permission.
The specified is invalid, such as being on an unmapped drive.
The access requested is not permitted by the operating system for the specified path. This occurs when Write or ReadWrite access is specified, and the file or directory is set for read-only access.
NtCreateFile fails with error code set to ERROR_SHARING_VIOLATION.
Initializes a new instance of the class.
The logical path to the file. The path can be retrieved by using the Transact-SQL Pathname function on the underlying FILESTREAM column in the table.
The transaction context for the object. When set to null, an implicit transaction will be used for the object. Applications should return the byte array returned by calling the GET_FILESTREAM_TRANSACTION_CONTEXT method.
The access mode to use when opening the file. Supported enumeration values are , , and .
When using , the object can be used to read all of the existing data.
When using , points to a zero byte file. Existing data will be overwritten when the object is closed and the transaction is committed.
When using , the points to a file which has all the existing data in it. The handle is positioned at the beginning of the file. You can use one of the methods to move the handle position within the file to write or append new data.
Specifies the option to use while opening the file. Supported values are , , , and .
The allocation size to use while creating a file. If set to 0, the default value is used.
is a null reference, or is null.
is an empty string (""), contains only white space, or contains one or more invalid characters.
begins with "\\.\", for example "\\.\PHYSICALDRIVE0 ".
The handle returned by call to NTCreateFile is not of type FILE_TYPE_DISK.
contains an unsupported value.
The file cannot be found.
An I/O error occurred.
The caller does not have the required permission.
The specified is invalid, such as being on an unmapped drive.
The access requested is not permitted by the operating system for the specified path. This occurs when Write or ReadWrite access is specified, and the file or directory is set for read-only access.
NtCreateFile fails with error code set to ERROR_SHARING_VIOLATION.
Begins an asynchronous read operation.
The buffer to read the data into.
The byte offset in at which to begin writing data read from the stream.
The maximum number of bytes to read.
An optional asynchronous callback, to be called when the read is complete.
A user-provided object that distinguishes this particular asynchronous read request from other requests
An that represents the asynchronous read, which could still be pending.
Reading data is not supported on the stream.
Begins an asynchronous write operation.
The buffer to write data from.
The byte offset in from which to begin writing.
The maximum number of bytes to write.
An optional asynchronous callback, to be called when the write is complete.
A user-provided object that distinguishes this particular asynchronous write request from other requests.
An that represents the asynchronous write, which could still be pending.
Writing data is not supported on the stream.
Gets a value indicating whether the current stream supports reading.
if the current stream supports reading; otherwise, .
Gets a value indicating whether the current stream supports seeking.
if the current stream supports seeking; otherwise, .
Gets a value indicating whether the current stream can time out.
if the current stream can time out; otherwise, .
Gets a value indicating whether the current stream supports writing.
if the current stream supports writing; otherwise, .
Waits for the pending asynchronous read to complete.
The reference to the pending asynchronous request to finish.
The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.
The object did not come from the corresponding method.
Ends an asynchronous write operation.
A reference to the outstanding asynchronous I/O request.
The object did not come from the corresponding method.
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the .
clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Gets a value indicating the length of the current stream in bytes.
An indicating the length of the current stream in bytes.
Gets the logical path of the passed to the constructor.
A string value indicating the name of the .
Gets or sets the position within the current stream.
The current position within the .
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The maximum number of bytes to be read from the current stream.
The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
The object does not support reading of data.
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
The unsigned byte cast to an , or -1 if at the end of the stream.
The object does not support reading of data.
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
A value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Sets the position within the current stream.
A byte offset relative to the parameter
A value of type indicating the reference point used to obtain the new position
The new position within the current stream.
Sets the length of the current stream.
The desired length of the current stream in bytes.
The object does not support reading of data.
Gets or sets the transaction context for this object.
The array that was passed to the constructor for this object.
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
An array of bytes. This method copies bytes from to the current stream.
The zero-based byte offset in at which to begin copying bytes to the current stream.
The number of bytes to be written to the current stream.
The object does not support writing of data.
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
The byte to write to the stream.
The object does not support writing of data.
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
A value, in milliseconds, that determines how long the stream will attempt to write before timing out.
Represents a GUID to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied byte array parameter.
A byte array.
Initializes a new instance of the structure using the specified parameter.
A
Initializes a new instance of the structure using the specified values.
The first four bytes of the .
The next two bytes of the .
The next two bytes of the .
The next byte of the .
The next byte of the .
The next byte of the .
The next byte of the .
The next byte of the .
The next byte of the .
The next byte of the .
The next byte of the .
Initializes a new instance of the structure using the specified parameter.
A object.
Compares this structure to the supplied and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than object.
Zero
This instance is the same as object.
Greater than zero
This instance is greater than object
-or-
object is a null reference ().
Compares this structure to the supplied object and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than object.
Zero
This instance is the same as object.
Greater than zero
This instance is greater than object
-or-
object is a null reference ()
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code of this structure.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Gets a Boolean value that indicates whether this structure is null.
if . Otherwise, .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison on two structures to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Converts the parameter to .
A object.
A new whose is equal to the of the parameter.
Converts the supplied parameter to .
A structure.
A new equal to the of the .
Converts the specified structure to .
A object.
A whose equals the value represented by the parameter.
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied parameter to .
A .
A new whose is equal to the parameter.
Performs a logical comparison on two structures to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the specified structure to .
The to be parsed.
A equivalent to the value that is contained in the specified .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to a byte array.
An array of bytes representing the of this structure.
Converts this structure to .
A structure that contains the bytes in the structure.
Converts this structure to .
A structure that contains the string representation of the structure.
Converts this structure to a .
A that contains the string representation of the structure.
Gets the value of the structure. This property is read-only.
A structure.
Represents a 16-bit signed integer to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied short integer parameter.
A short integer.
Computes the sum of the two operands.
A structure.
A structure.
A structure whose property contains the sum of the two operands.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure whose property contains the results of the bitwise AND.
Computes the bitwise OR of its two operands.
A structure.
A structure.
A structure whose property contains the results of the bitwise OR.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
object is a null reference ( in Visual Basic)
Divides the first operand by the second.
A structure.
A structure.
A whose property contains the results of the division.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the specified object to the property of the object.
The object to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A value that indicates the XSD of the specified .
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Indicates whether this structure is null.
if null. Otherwise, . For more information, see Handling Null Values.
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the largest possible value of a .
A constant representing the smallest possible value of a .
Computes the remainder after dividing its first operand by its second.
A structure.
A structure.
A structure whose contains the remainder.
Divides two values and returns the remainder.
A value.
A value.
The remainder left after division is performed on and .
Computes the product of the two parameters.
A structure.
A structure.
A structure whose contains the product of the two parameters.
Performs a logical comparison of two structures to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
The ~ operator performs a bitwise one's complement operation on its operand.
A structure.
A structure whose property contains the complement of the specified structure.
Computes the sum of the two operands.
A structure.
A structure.
A structure whose property contains the sum of the two operands.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure whose property contains the results of the bitwise AND.
Computes the bitwise OR of its two operands.
A structure.
A structure.
A structure whose property contains the results of the bitwise OR.
Divides the first operand by the second.
A structure.
A structure.
A whose property contains the results of the division.
Performs a logical comparison of two structures to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
A structure whose property contains the results of the bitwise XOR.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the property of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the property of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the integer part of the parameter.
Converts the supplied structure to a short integer.
A structure.
A short integer whose value is the Value of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the of the supplied parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the property of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the integer part of the parameter.
Converts the supplied object to .
A object.
A new structure whose property is equal to the value represented by the object parameter.
Compares two instances of to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied structure to .
A structure.
A new structure whose property is equal to the property of the parameter.
Converts the supplied short integer to .
A short integer value.
A structure with the same value as the specified short integer.
Performs a logical comparison of two structures to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares two instances of to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares two structures to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Computes the remainder after dividing its first operand by its second.
A structure.
A structure.
A structure whose contains the remainder.
Computes the product of the two parameters.
A structure.
A structure.
A structure whose contains the product of the two parameters.
The ~ operator performs a bitwise one's complement operation on its operand.
A structure.
A structure whose property contains the complement of the specified structure.
Subtracts the second parameter from the first.
A structure.
A structure.
A structure whose property contains the results of the subtraction.
The unary minus operator negates the of the operand.
A structure.
A structure that contains the negated value.
Converts the representation of a number to its 16-bit signed integer equivalent.
The to be parsed.
A 16-bit signed integer equivalent to the value that is contained in the specified .
Subtracts the second parameter from the first.
A structure.
A structure.
A structure whose property contains the results of the subtraction.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An XML schema consumed by .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure. If the value of the is less than 0 or greater than 255, an occurs.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A new structure whose equals the value of this structure.
Converts this structure to .
A representing the of this instance of .
Converts a structure to .
A object representing the of this instance of .
Gets the value of this instance of structure. This property is read-only.
A short integer representing the value of this structure.
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
A structure that contains the results of the XOR operation.
Represents a zero value that can be assigned to the property of an instance of the structure.
Represents a 32-bit signed integer to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied integer value.
The integer to be converted.
Computes the sum of the two specified structures.
A structure.
A structure.
A structure whose property contains the sum of the specified structures.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure that contains the results of the bitwise AND operation.
Computes the bitwise OR of the specified structures.
A structure.
A structure.
A structure that contains the results of the bitwise OR operation.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic).
Divides the first parameter from the second.
A structure.
A structure.
A whose property contains the results of the division.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A value that indicates the XSD of the specified .
Compares the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Indicates whether this structure is null.
This property is if is null. Otherwise, .
Compares the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the largest possible value of a .
A constant representing the smallest possible value of a .
Computes the remainder after dividing the first parameter by the second.
A structure.
A structure.
A structure whose contains the remainder.
Divides two values and returns the remainder.
A value.
A value.
The remainder left after division is performed on and .
Computes the product of the two parameters.
A structure.
A structure.
A structure whose contains the product of the two parameters.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the class.
Performs a bitwise one's complement operation on the specified structure.
A structure.
A structure that contains the results of the one's complement operation.
Computes the sum of the two specified structures.
A structure.
A structure.
A structure whose property contains the sum of the specified structures.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure that contains the results of the bitwise AND operation.
Computes the bitwise OR of the specified structures.
A structure.
A structure.
A structure that contains the results of the bitwise OR operation.
Divides the first parameter from the second.
A structure.
A structure.
A whose property contains the results of the division.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Performs a bitwise exclusive-OR operation on the specified structures.
A structure.
A structure.
A structure that contains the results of the bitwise XOR operation.
Converts the supplied to .
A structure.
A new structure whose property is equal to the property of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property equals the property of the parameter.
Converts the supplied to .
A structure.
A new structure whose property equals the integer part of the parameter.
Converts the supplied structure to an integer.
A structure.
The converted integer value.
Converts the supplied to .
A structure.
A new structure whose property equals the property of the parameter.
Converts the supplied structure to .
A structure.
A new structure whose property equals the property of the parameter.
Converts the supplied to .
A structure.
A new structure whose property equals the integer part of the parameter.
Converts the supplied object to .
A object.
A new structure whose property equals the value represented by the parameter.
Compares the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied property to .
A structure.
A new structure whose property equals the property of the parameter.
Converts the supplied to .
A structure.
A new structure whose property equals the property of the parameter.
Converts the supplied integer to .
An integer value.
A new structure whose Value property is equal to the integer parameter.
Performa a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Compares the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Compares the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Computes the remainder after dividing the first parameter by the second.
A structure.
A structure.
A structure whose contains the remainder.
Computes the product of the two parameters.
A structure.
A structure.
A structure whose contains the product of the two parameters.
Performs a bitwise one's complement operation on the specified structure.
A structure.
A structure that contains the results of the one's complement operation.
Subtracts the second parameter from the first.
A structure.
A structure.
A structure whose property contains the results of the subtraction.
Negates the of the operand.
A structure.
A structure that contains the negated value.
Converts the representation of a number to its 32-bit signed integer equivalent.
The to be parsed.
A 32-bit signed integer equivalent to the value that is contained in the specified .
Subtracts the second parameter from the first.
A structure.
A structure.
A structure whose property contains the results of the subtraction.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure. If the value of the is less than 0 or greater than 255, an occurs.
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts this structure to .
A new structure equal to the value of this .
Converts a structure to a .
A structure equal to the value of this .
Gets the value of this structure. This property is read-only.
An integer representing the value of this structure.
The property contains .
Performs a bitwise exclusive-OR operation on the specified structures.
A structure.
A structure.
A structure that contains the results of the bitwise XOR operation.
Represents a zero value that can be assigned to the property of an instance of the structure.
Represents a 64-bit signed integer to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied long integer.
A long integer.
Computes the sum of the two parameters.
A structure.
A structure.
A new structure whose is equal to the sum of the two parameters.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure that contains the results of the bitwise AND operation.
Computes the bitwise OR of its two operands.
A structure.
A structure.
A structure that contains the results of the bitwise OR operation.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic).
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic).
Divides the first parameter by the second.
A structure.
A structure.
A new structure whose property contains the results of the division operation.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if object is an instance of and the two are equal; otherwise .
Returns the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A that indicates the XSD of the specified .
Performs a logical comparison of the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Gets a Boolean value that indicates whether this structure is null.
if null. Otherwise, .
Performs a logical comparison on the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison on the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A constant representing the largest possible value for a structure.
A constant representing the smallest possible value for a structure.
Computes the remainder after dividing the first parameter by the second.
A structure.
A structure.
A new structure whose property contains the remainder.
Divides two values and returns the remainder.
A value.
A value.
The remainder left after division is performed on and .
Computes the product of the two parameters.
A structure.
A structure.
A new structure whose is equal to the product of the two parameters.
Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Performs a bitwise one's complement operation on its operand.
A structure.
A new structure whose is equal to the ones complement of the parameter.
Computes the sum of the two parameters.
A structure.
A structure.
A new structure whose is equal to the sum of the two parameters.
Computes the bitwise AND of its operands.
A structure.
A structure.
A structure that contains the results of the bitwise AND operation.
Computes the bitwise OR of its two operands.
A structure.
A structure.
A structure that contains the results of the bitwise OR operation.
Divides the first parameter by the second.
A structure.
A structure.
A new structure whose property contains the results of the division operation.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
A structure that contains the results of the bitwise XOR operation.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property is equal to the of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose is equal to the integer part of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose property equals the integer part of the parameter.
Converts the parameter to long.
A structure.
A new long value equal to the of the .
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the integer part of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property contains the integer part of the parameter.
Converts the supplied parameter to .
The object to be converted.
A new whose is equal to the value represented by the parameter.
Performs a logical comparison of the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
Converts the long parameter to .
A long integer value.
A new structure whose equals the value of the long parameter.
Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Performs a logical comparison on the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison on the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Computes the remainder after dividing the first parameter by the second.
A structure.
A structure.
A new structure whose property contains the remainder.
Computes the product of the two parameters.
A structure.
A structure.
A new structure whose is equal to the product of the two parameters.
Performs a bitwise one's complement operation on its operand.
A structure.
A new structure whose is equal to the ones complement of the parameter.
Subtracts the second parameter from the first.
A structure.
A structure.
A new structure whose property equals the results of the subtraction operation.
The unary minus operator negates the of the operand.
A structure.
A structure whose is equal to the negated of the parameter.
Converts the representation of a number to its 64-bit signed integer equivalent.
The to be parsed.
A 64-bit signed integer equivalent to the value that is contained in the specified .
Subtracts the second parameter from the first.
A structure.
A structure.
A new structure whose property equals the results of the subtraction operation.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure.
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A representing the value of this .
Converts this instance of to .
A representing the value of this .
Gets the value of this structure. This property is read-only.
A long integer representing the value of this structure.
Performs a bitwise exclusive-OR operation on the supplied parameters.
A structure.
A structure.
A structure that contains the results of the bitwise XOR operation.
Represents a zero value that can be assigned to the property of an instance of the structure.
Represents a currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of currency unit to be stored in or retrieved from a database.
Initializes a new instance of the class with the specified value.
The monetary value to initialize.
Initializes a new instance of the class with specified double value.
The monetary value to initialize.
Initializes a new instance of the class with the specified integer value.
The monetary value to initialize.
Initializes a new instance of the class with the specified long integer value.
The monetary value to initialize.
Calculates the sum of the two parameters.
A structure.
A structure.
A new stucture whose contains the sum of the two parameters.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
The division operator divides the first parameter by the second.
A structure.
A structure.
A new structure whose contains the results of the division.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if the object is an instance of and the two are equal; otherwise, .
Gets the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
An .
A that indicates the XSD of the specified .
Performs a logical comparison of the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Returns a Boolean value that indicates whether this structure is null.
if null. Otherwise, .
Performs a logical comparison of the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Represents the maximum value that can be assigned to the property of an instance of the class.
Represents the minimum value that can be assigned to property of an instance of the class.
The multiplicaion operator calculates the product of the two parameters.
A structure.
A structure.
A new structure whose contains the product of the multiplication.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the class.
Calculates the sum of the two parameters.
A structure.
A structure.
A new stucture whose contains the sum of the two parameters.
The division operator divides the first parameter by the second.
A structure.
A structure.
A new structure whose contains the results of the division.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
This operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
This operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
Converts the specified structure to .
A structure.
A new structure whose value equals the of the parameter.
This operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
This operator converts the parameter to .
The object to be converted.
A new structure whose property equals the value represented by the parameter.
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the property of the parameter.
Performs a logical comparison of the two parameters to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property is equal to the of the parameter.
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property equals the of the parameter.
Converts the parameter to .
The value to be converted.
A new structure whose equals the value of the parameter.
This implicit operator converts the supplied parameter to .
The structure to be converted.
A new structure whose property is equal to the value of the parameter.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
The multiplicaion operator calculates the product of the two parameters.
A structure.
A structure.
A new structure whose contains the product of the multiplication.
The subtraction operator subtracts the second parameter from the first.
A structure.
A structure.
A new structure that contains the results of the subtraction.
The unary minus operator negates the parameter.
The structure to be negated.
A structure whose contains the results of the negation.
Converts the representation of a number to its equivalent.
The to be parsed.
A equivalent to the value that is contained in the specified .
The subtraction operator subtracts the second parameter from the first.
A structure.
A structure.
A new structure that contains the results of the subtraction.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts the Value of this instance of as a structure.
A structure whose value equals the property of this structure.
Converts this structure to a .
A double with a value equal to this structure.
Converts this structure to an .
A 32-bit integer whose value equals the integer part of this structure.
Converts the Value of this structure to an .
A 64-bit integer whose value equals the integer part of this structure.
Converts this structure to .
A structure. If the value of the structure is zero, the structure's value will be . Otherwise, .
Converts this structure to .
A equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A structure whose value is a string representing the value of this .
Converts this instance of to string.
A string whose value is the string representation of the value of this .
Gets the monetary value of an instance of the structure. This property is read-only.
The monetary value of an instance of the structure.
The property is set to null.
Represents the zero value that can be assigned to the property of an instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
Initializes a new instance of the class.
The string to display when the exception is thrown.
Initializes a new instance of the class.
The string to display when the exception is thrown.
A reference to an inner exception.
The exception that is thrown when the property of a structure is set to null.
Initializes a new instance of the class with a system-supplied message that describes the error.
Initializes a new instance of the class with a specified message that describes the error.
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
The exception that is the cause of the current exception. If the innerException parameter is not , the current exception is raised in a block that handles the inner exception.
Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database.
Initializes a new instance of the structure using the supplied double parameter.
A double value which will be used as the of the new structure.
Initializes a new instance of the structure.
A floating point number which will be used as the of the new structure.
Computes the sum of the two specified structures.
A structure.
A structure.
A structure that contains the sum of the two specified structures.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Divides the first structure by the second.
A structure.
A structure.
A structure that contains the results of the division.
Performs a logical comparison of the two parameters to determine whether they are equal.
A structure.
A structure.
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if the object is an instance of and the two are equal. Otherwise, .
Gets the hash code for this instance.
A 32-bit signed integer hash code.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Performs a logical comparison of the two operands to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of two structures to determine whether the first is greater than or equal to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Indicates whether this structure is null.
if null. Otherwise, .
Performs a logical comparison of the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Represents the maximum value that can be assigned to the property of an instance of the class.
Represents the minimum value that can be assigned to property of an instance of the class.
Computes the product of the two specified structures.
A structure.
A structure.
A structure that contains the product of the multiplication.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Computes the sum of the two specified structures.
A structure.
A structure.
A structure that contains the sum of the two specified structures.
Divides the first structure by the second.
A structure.
A structure.
A structure that contains the results of the division.
Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal.
A structure.
A structure.
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
This implicit operator converts the supplied to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the supplied parameter to .
The parameter to be converted.
A new structure whose is equal to the of the parameter.
Converts the specified structure to float.
The value to be converted to float.
A float that contains the value of the structure.
Converts the supplied parameter to .
The object to be converted.
A new structure whose is equal to the value represented by the parameter.
Performs a logical comparison of the two operands to determine whether the first is greater than the second.
A structure.
A structure.
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of two structures to determine whether the first is greater than or equl to the second.
A structure.
A structure.
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
This implicit operator converts the parameter to .
The to be converted.
A new structure whose property equals the of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the supplied parameter to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the supplied structure to .
The structure to be converted.
A new structure whose is equal to the of the parameter.
Converts the specified floating point value to .
The float value to be converted to .
A structure that contains the value of the specified float.
Performs a logical comparison of the two parameters to determine whether they are not equal.
A structure.
A structure.
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than the second.
A structure.
A structure.
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second.
A structure.
A structure.
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Computes the product of the two specified structures.
A structure.
A structure.
A structure that contains the product of the multiplication.
Subtracts the second structure from the first.
A structure.
A structure.
A structure that contains the results of the subtraction.
Negates the of the specified structure.
A structure.
A structure that contains the negated value.
Converts the specified to a structure.
The to be parsed.
A equivalent to the value that is contained in the specified .
Subtracts the second structure from the first.
A structure.
A structure.
A structure that contains the results of the subtraction.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A structure whose equals the of this structure. If the structure's Value is , the structure's will be 1. Otherwise, the structure's will be 0.
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A new equal to the value of this .
Converts this structure to .
A equal to the value of this .
Converts this structure to .
A representing the value of this .
Converts this structure to .
A object representing the value of this .
Gets the value of this structure. This property is read-only.
A floating point value in the range -3.40E+38 through 3.40E+38.
Represents the zero value that can be assigned to the property of an instance of the class.
Represents a variable-length stream of characters to be stored in or retrieved from the database. has a different underlying data structure from its corresponding .NET Framework data type.
Initializes a new instance of the structure using the specified locale id, compare options, and data.
Specifies the geographical locale and language for the new structure.
Specifies the compare options for the new structure.
The data array to store.
Initializes a new instance of the class.
Specifies the geographical locale and language for the new structure.
Specifies the compare options for the new structure.
The data array to store.
if Unicode encoded. Otherwise, .
Initializes a new instance of the class.
Specifies the geographical locale and language for the new structure.
Specifies the compare options for the new structure.
The data array to store.
The starting index within the array.
The number of characters from index to copy.
Initializes a new instance of the class.
Specifies the geographical locale and language for the new structure.
Specifies the compare options for the new structure.
The data array to store.
The starting index within the array.
The number of characters from index to copy.
if Unicode encoded. Otherwise, .
Initializes a new instance of the structure using the specified string.
The string to store.
Initializes a new instance of the structure using the specified string and locale id values.
The string to store.
Specifies the geographical locale and language for the new structure.
Initializes a new instance of the structure using the specified string, locale id, and compare option values.
The string to store.
Specifies the geographical locale and language for the new structure.
Specifies the compare options for the new structure.
Concatenates two specified values to create a new structure.
A .
A .
A that is the concatenated value of and .
Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.
Specifies that sorts should be based on a character's numeric value instead of its alphabetical value.
Creates a copy of this object.
A new object in which all property values are the same as the original.
Gets the object that defines how string comparisons should be performed for this structure.
A object that defines string comparison for this structure.
Gets the enumeration equilvalent of the specified value.
A value that describes the comparison options for this structure.
A value that corresponds to the for this structure.
Compares this instance to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic).
Compares this object to the supplied and returns an indication of their relative values.
The to be compared.
A signed number that indicates the relative values of the instance and the object.
Return Value
Condition
Less than zero
This instance is less than the object.
Zero
This instance is the same as the object.
Greater than zero
This instance is greater than the object
-or-
The object is a null reference ( in Visual Basic)
Concatenates the two specified structures.
A .
A .
A that contains the newly concatenated value representing the contents of the two parameters.
Gets the structure that represents information about the culture of this object.
A structure that describes information about the culture of this SqlString structure including the names of the culture, the writing system, and the calendar used, and also access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.
Performs a logical comparison of the two operands to determine whether they are equal.
A .
A .
if the two values are equal. Otherwise, . If either instance is null, then the will be null.
Compares the supplied object parameter to the property of the object.
The object to be compared.
if the object is an instance of and the two are equal; otherwise, .
Gets the hash code for this instance.
A 32-bit signed integer hash code.
Gets an array of bytes, that contains the contents of the in ANSI format.
An byte array, that contains the contents of the in ANSI format.
Gets an array of bytes, that contains the contents of the in Unicode format.
An byte array, that contains the contents of the in Unicode format.
Returns the XML Schema definition language (XSD) of the specified .
A .
A value that indicates the XSD of the specified .
Performs a logical comparison of the two operands to determine whether the first is greater than the second.
A .
A .
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether the first is greater than or equal to the second.
A .
A .
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Specifies that comparisons should ignore case.
Specifies that the string comparison must ignore the Kana type.
Specifies that the string comparison must ignore non-space combining characters, such as diacritics.
Specifies that the string comparison must ignore the character width.
Indicates whether this structure is null.
if is . Otherwise, .
Specifies the geographical locale and language for the structure.
The locale id for the string stored in the property.
Performs a logical comparison of the two operands to determine whether the first is less than the second.
A .
A .
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether the first is less than or equal to the second.
A .
A .
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether they are not equal.
A .
A .
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Represents a that can be assigned to this instance of the structure.
Concatenates the two specified structures.
A .
A .
A that contains the newly concatenated value representing the contents of the two parameters.
Performs a logical comparison of the two operands to determine whether they are equal.
A .
A .
A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be .
Converts the specified structure to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts the specified structure to .
The structure to be converted.
A new object that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A whose value is the string representation of the specified .
Converts the specified parameter to .
The structure to be converted.
A new object that contains the string representation of the parameter.
Converts the specified parameter to .
The SqlInt32 structure to be converted.
A new object that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new object that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts the specified parameter to .
The structure to be converted.
A new that contains the string representation of the parameter.
Converts a to a
The to be converted.
A , whose contents are the same as the property of the parameter.
Performs a logical comparison of the two operands to determine whether the first is greater than the second.
A .
A .
A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether the first is greater than or equal to the second.
A .
A .
A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
Converts the parameter to a .
The to be converted.
A that contains the value of the specified .
Performs a logical comparison of the two operands to determine whether they are not equal.
A .
A .
A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether the first is less than the second.
A .
A .
A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be .
Performs a logical comparison of the two operands to determine whether the first is less than or equal to the second.
A .
A .
A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be .
A combination of one or more of the enumeration values that represent the way in which this should be compared to other structures.
A value specifying how this should be compared to other structures.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An .
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Converts this structure to .
if the is non-zero; if zero; otherwise Null.
Converts this structure to .
A new structure whose equals the number represented by this structure.
Converts this structure to .
A new structure that contains the date value represented by this .
Converts this structure to .
A new that contains the value of this .
Converts this structure to .
A new that is equal to the numeric value of this .
Converts this structure to .
A new structure whose is the represented by this structure.
Converts this structure to .
A new that is equal to the numeric value of this .
Converts this structure to .
A new that is equal to the numeric value of this .
Converts this structure to .
A new that is equal to the numeric value of this .
Converts this structure to .
A new that is equal to the numeric value of this .
Converts this structure to .
A new that is equal to the numeric value of this .
Converts a object to a .
A with the same value as this structure.
Gets the string that is stored in this structure. This property is read-only.
The string that is stored.
The value of the string is .
The exception that is thrown when you set a value into a structure would truncate that value.
Initializes a new instance of the class.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the .
The error message that explains the reason for the exception.
A reference to an inner .
The base exception class for the .
Initializes a new instance of the class.
Initializes a new instance of the class with serialized data.
The object that holds the serialized object data.
The contextual information about the source or destination.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
The exception that is the cause of the current exception. If the innerException parameter is not , the current exception is raised in a block that handles the inner exception.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The name as a string.
The destination type as a string.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The name as a string.
The destination type as a string.
A Boolean.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The name as a string.
The target namespace.
String array of references.
Array of CodeNamespaceImport objects.
The destination type as a string.
A Boolean for direct.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Represents XML data stored in or retrieved from a server.
Creates a new instance.
Creates a new instance, supplying the XML value from the supplied -derived instance.
A -derived instance (such as ) from which to load the instance's Xml content.
Creates a new instance and associates it with the content of the supplied .
An -derived class instance to be used as the value of the new instance.
Gets the value of the XML content of this as a .
A -derived instance that contains the XML content. The actual type may vary (for example, the return value might be ) depending on how the information is represented internally, on the server.
Attempt was made to access this property on a null instance of .
Returns the XML Schema definition language (XSD) of the specified .
An .
A string that indicates the XSD of the specified .
Indicates whether this instance represents a null value.
if is null. Otherwise, .
Represents a null instance of the type.
A null instance of the type.
For a description of this member, see .
An that describes the XML representation of the object that is produced by the method and consumed by the method.
For a description of this member, see .
An XmlReader.
For a description of this member, see .
An XmlWriter
Gets the string representation of the XML content of this instance.
The string representation of the XML content.
The enumeration is not intended for use as a stand-alone component, but as an enumeration from which other classes derive standard functionality.
Buffer size.
Stream.
Unmanaged buffer.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The TypeSmallDateTimeSchemaImporterExtension class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the TypeSmallDateTimeSchemaImporterExtension class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Initializes a new instance of the class.
Provides data for the state change event of a .NET Framework data provider.
Initializes a new instance of the class, when given the original state and the current state of the object.
One of the values.
One of the values.
Gets the new state of the connection. The connection object will be in the new state already when the event is fired.
One of the values.
Gets the original state of the connection.
One of the values.
Represents the method that will handle the event.
The source of the event.
The that contains the event data.
Provides additional information for the event.
Creates a new instance of the class.
Indicates the number of rows affected by the statement that caused the event to occur.
Indicates the number of rows affected by the statement that caused the event to occur.
The number of rows affected.
The delegate type for the event handlers of the event.
The source of the event.
The data for the event.
Specifies the type of SQL query to be used by the , , , or class.
A SQL query that is a batch statement.
An SQL query that is a DELETE statement.
An SQL query that is an INSERT statement.
An SQL query that is a SELECT statement.
An SQL query that is an UPDATE statement.
The exception that is thrown by a strongly typed when the user accesses a value.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified serialization information and streaming context.
A object.
A structure.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with the specified string and inner exception.
The string to display when the exception is thrown.
A reference to an inner exception.
Represents the exception that is thrown when the property of a contains a syntax error.
Initializes a new instance of the class.
Initializes a new instance of the class with the and the .
The data needed to serialize or deserialize an object.
The source and destination of a specific serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Used to create a strongly typed .
Initializes a new instance of the class.
Generates a strongly typed .
The source that specifies the metadata for the typed .
The namespace that provides the target namespace for the typed .
The generator used to create the typed .
Transforms a string in a valid, typed name.
The source name to transform into a valid, typed name.
The generator used to perform the conversion.
A string that is the converted name.
The exception that is thrown when a name conflict occurs while generating a strongly typed .
Initializes a new instance of the class.
Initializes a new instance of the class.
object containing a dynamic list of exceptions.
Initializes a new instance of the class using the specified serialization information and streaming context.
A object.
A structure.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with the specified string and inner exception.
The string to display when the exception is thrown.
A reference to an inner exception.
Gets a dynamic list of generated errors.
object.
Implements the interface and returns the data needed to serialize the object.
A object.
A structure.
Represents a restriction on a set of columns in which all values must be unique.
Initializes a new instance of the class with the specified .
The to constrain.
Initializes a new instance of the class with the to constrain, and a value specifying whether the constraint is a primary key.
The to constrain.
to indicate that the constraint is a primary key; otherwise, .
Initializes a new instance of the class with the given array of objects.
The array of objects to constrain.
Initializes a new instance of the class with an array of objects to constrain, and a value specifying whether the constraint is a primary key.
An array of objects to constrain.
to indicate that the constraint is a primary key; otherwise, .
Initializes a new instance of the class with the specified name and .
The name of the constraint.
The to constrain.
Initializes a new instance of the class with the specified name, the to constrain, and a value specifying whether the constraint is a primary key.
The name of the constraint.
The to constrain.
to indicate that the constraint is a primary key; otherwise, .
Initializes a new instance of the class with the specified name and array of objects.
The name of the constraint.
The array of objects to constrain.
Initializes a new instance of the class with the specified name, an array of objects to constrain, and a value specifying whether the constraint is a primary key.
The name of the constraint.
An array of objects to constrain.
to indicate that the constraint is a primary key; otherwise, .
Initializes a new instance of the class with the specified name, an array of objects to constrain, and a value specifying whether the constraint is a primary key.
The name of the constraint.
An array of objects to constrain.
to indicate that the constraint is a primary key; otherwise, .
Gets the array of columns that this constraint affects.
An array of objects.
Compares this constraint to a second to determine if both are identical.
The object to which this is compared.
, if the contraints are equal; otherwise, .
Gets the hash code of this instance of the object.
A 32-bit signed integer hash code.
Gets a value indicating whether or not the constraint is on a primary key.
, if the constraint is on a primary key; otherwise, .
Gets the table to which this constraint belongs.
The to which the constraint belongs.
Specifies how query command results are applied to the row being updated.
Both the output parameters and the first returned row are mapped to the changed row in the .
The data in the first returned row is mapped to the changed row in the .
Any returned parameters or rows are ignored.
Output parameters are mapped to the changed row in the .
Specifies the action to take with regard to the current and remaining rows during an .
The is to continue proccessing rows.
The event handler reports that the update should be treated as an error.
The current row and all remaining rows are not to be updated.
The current row is not to be updated.
Represents the exception that is thrown when you try to return a version of a that has been deleted.
Initializes a new instance of the class.
Initializes a new instance of the class with serialization information.
The data that is required to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.
Initializes a new instance of the class with the specified string.
The string to display when the exception is thrown.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Specifies how to read XML data and a relational schema into a .
Default.
Reads a DiffGram, applying changes from the DiffGram to the . The semantics are identical to those of a operation. As with the operation, values are preserved. Input to with DiffGrams should only be obtained using the output from as a DiffGram.
Reads XML fragments, such as those generated by executing FOR XML queries, against an instance of SQL Server. When is set to , the default namespace is read as the inline schema.
Ignores any inline schema and reads data into the existing schema. If any data does not match the existing schema, it is discarded (including data from differing namespaces defined for the ). If the data is a DiffGram, has the same functionality as .
Ignores any inline schema, infers schema from the data and loads the data. If the already contains a schema, the current schema is extended by adding new tables or adding columns to existing tables. An exception is thrown if the inferred table already exists but with a different namespace, or if any of the inferred columns conflict with existing columns.
Ignores any inline schema, infers a strongly typed schema from the data, and loads the data. If the type cannot be inferred from the data, it is interpreted as string data. If the already contains a schema, the current schema is extended, either by adding new tables or by adding columns to existing tables. An exception is thrown if the inferred table already exists but with a different namespace, or if any of the inferred columns conflict with existing columns.
Reads any inline schema and loads the data. If the already contains schema, new tables may be added to the schema, but an exception is thrown if any tables in the inline schema already exist in the .
Specifies how to write XML data and a relational schema from a .
Writes the entire as a DiffGram, including original and current values. To generate a DiffGram containing only changed values, call , and then call as a DiffGram on the returned .
Writes the current contents of the as XML data, without an XSD schema. If no data is loaded into the , nothing is written.
Writes the current contents of the as XML data with the relational structure as inline XSD schema. If the has only a schema with no data, only the inline schema is written. If the does not have a current schema, nothing is written.
Allows structured data to be stored, retrieved, and manipulated through a relational .
Initializes a new instance of the class.
Initializes a new instance of the class with the specified .
The to load into .
Creates a duplicate of the current node.
to recursively clone the subtree under the specified node; to clone only the node itself.
The cloned node.
Creates an element with the specified , , and .
The prefix of the new element. If String.Empty or , there is no prefix.
The local name of the new element.
The namespace Uniform Resource Identifier (URI) of the new element. If String.Empty or , there is no namespaceURI.
A new .
Creates an with the specified name.
The name of the entity reference.
An with the specified name.
Calling this method.
Creates a new object for navigating this document. The is positioned on the node specified in the parameter.
The you want the navigator initially positioned on.
An used to navigate the document.
Gets a that provides a relational representation of the data in the .
A that can be used to access the data in the using a relational model.
Gets the with the specified ID. This method is not supported by the class. Calling this method throws an exception.
The attribute ID to match.
An with the specified ID.
Calling this method.
Retrieves the associated with the specified .
The whose associated you want to retrieve.
The containing a representation of the specified .
Returns an containing a list of all descendant elements that match the specified .
The qualified name to match. It is matched against the property of the matching node. The special value "*" matches all tags.
An containing a list of all matching nodes.
Retrieves the associated with the specified .
The whose associated you want to retrieve.
The containing a representation of the ; if there is no associated with the .
Loads the from the specified stream.
The stream containing the XML document to load.
Loads the from the specified .
The used to feed the XML data into the document.
Loads the using the specified URL.
The URL of the file containing the XML document to load.
Loads the from the specified .
The containing the XML document to load.
The XML being loaded contains entity references, and the reader cannot resolve entities.