See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Provides the database or xml connection to the currently open project.

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class ProjectSession : IServiceProvider, 
	IDisposable
Visual Basic
Public Class ProjectSession
	Implements IServiceProvider, IDisposable
Visual C++
public ref class ProjectSession : IServiceProvider, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  NTier.Designer.Business..::..ProjectSession

See Also