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

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

Syntax

C#
public override DbSchemaCollection DbSchemaList { get; }
Visual Basic
Public Overrides ReadOnly Property DbSchemaList As DbSchemaCollection
	Get
Visual C++
public:
virtual property DbSchemaCollection^ DbSchemaList {
	DbSchemaCollection^ get () override;
}

Property Value

Type: DbSchemaCollection

See Also