Click or drag to resize

SyncSyncWith Method (SessionBase, SessionBase)

[Missing <summary> documentation for "M:VelocityDBExtensions.Sync.SyncWith(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static void SyncWith(
	this SessionBase sessionToUpdate,
	SessionBase sessionOther
)

Parameters

sessionToUpdate
Type: VelocityDb.SessionSessionBase

[Missing <param name="sessionToUpdate"/> documentation for "M:VelocityDBExtensions.Sync.SyncWith(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

sessionOther
Type: VelocityDb.SessionSessionBase

[Missing <param name="sessionOther"/> documentation for "M:VelocityDBExtensions.Sync.SyncWith(VelocityDb.Session.SessionBase,VelocityDb.Session.SessionBase)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SessionBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also