SessionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ISession.
public ref class SessionExtensions abstract sealed
public static class SessionExtensions
type SessionExtensions = class
Public Module SessionExtensions
- Inheritance
-
SessionExtensions
Methods
Get(ISession, String) |
Gets a byte-array value from ISession. |
GetInt32(ISession, String) |
Gets an int value from ISession. |
GetString(ISession, String) |
Gets a string value from ISession. |
SetInt32(ISession, String, Int32) |
Sets an int value in the ISession. |
SetString(ISession, String, String) |