NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITransaction.Commit

[To be supplied.]

[Visual Basic]
Sub Commit( _
   ByVal fRetaining As Boolean, _
   ByVal grfTC As Integer, _
   ByVal grfRM As Integer _
)
[C#]
void Commit(
   bool fRetaining,
   int grfTC,
   int grfRM
);
[C++]
void Commit(
   bool fRetaining,
   int grfTC,
   int grfRM
) = 0;
[JScript]
function Commit(
   fRetaining : Boolean,
   grfTC : int,
   grfRM : int
);

Parameters

fRetaining
[To be supplied.]
grfTC
[To be supplied.]
grfRM
[To be supplied.]

See Also

ITransaction Interface | ITransaction Members | System.Data.SQL Namespace