EndLoadData
DataTable.EndLoadData();
Turns on constraints, notifications, and index maintenance that were
turned off by BeginLoadData( )
.
Calling BeginLoadData( )
and EndLoadData( )
methods might result in performance improvements when
adding multiple rows to a table with the LoadDataRow( )
method.
The BeginLoadData( )
method turns off the
constraints, notifications, and index maintenance for the
DataTable
.
If there are constraint violations when the EndLoadData( )
method is called, a
ConstraintException
event is raised.