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

Get or set the DbSchema that's used to import data.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public DbSchema DbSchema { get; private set; }
Visual Basic
Public Property DbSchema As DbSchema
	Get
	Private Set
Visual C++
public:
property DbSchema^ DbSchema {
	DbSchema^ get ();
	private: void set (DbSchema^ value);
}

Property Value

Type: DbSchema

See Also