DataSession Property
Visual Studio .NET 2003
Specifies whether an object can run in its own data session with a unique data environment. Available at design time; read-only at run time.
Object.DataSession[ = nSession]
Property Values
- nSession
- The settings for the DataSession property are:
Setting Description 1 (Default) Default data session. 2 Private data session. Creates a new data session for each instance that is created.
See Also
DataSessionID Property | SET DATASESSION
Applies To: Form Object | FormSet Object | _SCREEN | Session Object | ToolBar Object
Show: