Prepares to insert a new row into the table by setting all current column values to their default values.
Visual Basic Public Sub InsertBegin()
C# public void InsertBegin();
Call the appropriate SetType or AppendType method(s) to specify the non-default values that are to be inserted.
The row is not actually inserted and the data in the row is not actually changed until you execute the Insert method, and that change is not made permanent until it is committed.
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |