DataPlace
SqlTableAdapter Class
CSCS.DataPlace.Common.DataSqlTableAdapter
Generic wrapper to provide an ITableAdapter interface to a SqlDataAdapter, for use with the SQL database engine.
Declaration Syntax
C#
public class SqlTableAdapter : ITableAdapter, 
	IDisposable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
SqlTableAdapter(SqlDataAdapter, ProcedureInformation)
Creates a new instance.

Dispose()()()
Disposes of the object.

Dispose(Boolean)
Disposes of the object.

Disposing
Occurs when the object is being disposed.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Finalizes the object.
(Overrides Object.Finalize()()().)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsDisposed
Whether the object has been disposed.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDisposing(EventArgs)
Raises the Disposing event.

ProcedureInformation
Gets an object containing information about stored procedures.

SqlAdapter
The data adapter used to work with data.

SqlConnection
The connection to be used.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Update(DataTable)
Updates table data to the database.

Update(array<DataRow>[]()[])
Updates a set of rows to the database.

Inheritance Hierarchy
Object
SqlTableAdapter

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817