Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataAdapter class

ULDataAdapter constructor Next Page

AcceptChangesDuringFill property


Specifies whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable class.

Syntax

Visual Basic

Public Property AcceptChangesDuringFill As Boolean

C#

public bool AcceptChangesDuringFill {get;set;}

Property value

True to specify that the ULDataAdapter should call the System.Data.DataRow.AcceptChanges function on the System.Data.DataRow class; false if AcceptChanges is not to be called, and the newly added rows are treated as inserted rows. The default is true.

See also