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

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

Syntax

C#
protected DbSchema[] DbSchemaLookupList { get; }
Visual Basic
Protected ReadOnly Property DbSchemaLookupList As DbSchema()
	Get
Visual C++
protected:
property array<DbSchema^>^ DbSchemaLookupList {
	array<DbSchema^>^ get ();
}

Property Value

Type: array<DbSchema>[]()[][]

See Also