BMXNET 4.0 Developer API
Examples
![]() | |
---|---|
this.Context.Visit.Create(); if (this.Context.Visit.IsStub) { if (!this.Context.Visit.Create()) { return false; } } this.RemoteSession.SaveChanges(this.ScoreTable); |
Assembly: BMXNET40 (in BMXNET40.dll)
![]() ![]() ![]() ![]() ![]() ![]() |
.NET Framework Class Library |
RemoteSession..::SaveChanges Method |
BMXNET 4.0 Developer API
![]() | |
---|---|
this.Context.Visit.Create(); if (this.Context.Visit.IsStub) { if (!this.Context.Visit.Create()) { return false; } } this.RemoteSession.SaveChanges(this.ScoreTable); |