DataPlace
ITableAdapter Interface
CSCS.DataPlace.Common.DataITableAdapter
Standard interface for working with a DataTable and interacting with a DataProvider.
Declaration Syntax
C#
public interface ITableAdapter : IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
ProcedureInformation
Gets an object containing information about stored procedures.

SqlAdapter
The SQL adapter used to work with data.

SqlConnection
The SQL connection to be used.

Update(DataTable)
Updates table data to the database.

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

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