CompareByFieldKey Constructor (SessionBase) |
This special constructor is provided so that VelocityDb can instantiate the object after reading it from disk.
This is also the place to initialize transient variables of the object.
Namespace:
VelocityDb.Collection.Comparer
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public CompareByField(
SessionBase session
)
Public Sub New (
session As SessionBase
)
public:
CompareByField(
SessionBase^ session
)
new :
session : SessionBase -> CompareByField
Parameters
- session
- Type: VelocityDb.SessionSessionBase
The session managing this object.
See Also