This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Function ApplyEdits2 ( _ ByVal gdbVersion As String, _ ByVal TableEdits As ITableEdits, _ ByVal rollbackOnFailure As Boolean _ ) As ITableEditResults
[C#] public ITableEditResults ApplyEdits2 ( string gdbVersion, ITableEdits TableEdits, bool rollbackOnFailure );
[C++]
HRESULT ApplyEdits2(
BSTR gdbVersion,
ITableEdits* TableEdits,
VARIANT_BOOL rollbackOnFailure
);
[C++] Parameters gdbVersion [in]
gdbVersion is a parameter of type BSTR TableEdits [in]
TableEdits is a parameter of type ITableEdits* rollbackOnFailure [in]
rollbackOnFailure is a parameter of type bool