The SqlDataProvider type exposes the following members.

Constructors

  NameDescription
SqlDataProvider
Initializes a new instance of the SqlDataProvider class

Methods

  NameDescription
AddOutputParameter
AddParameterOverloaded.
AddReturnValueParameter
BeginTransaction
CheckDBNull<(Of <(T>)>)
Checks the database value for null.
ClosePersistentConnection
CommitTransaction
Dispose
Releases all resources used by the SqlDataProvider
EndQuery
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteNonQuery
ExecuteQuery
ExecuteScalar
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenPersistentConnection
ReadValue<(Of <(T>)>)
ResetQuery
RollbackTransaction
SetCommandText
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DefaultKey

Properties

  NameDescription
CommandText
Gets or sets the query to perform.
ConnectionString
Gets the ConnectionString value.
DataReader
Gets a reference to the DataReader object.
InTransaction
Gets a value indicating if the command is setup to execute within a database transaction. The value equals "true" if it will execute within a transaction, otherwise it equals "false".
IsConnected
Parameters

See Also