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
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# |
---|
public abstract DbSchemaCollection DbSchemaList { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property DbSchemaList As DbSchemaCollection Get |
Visual C++ |
---|
public: virtual property DbSchemaCollection^ DbSchemaList { DbSchemaCollection^ get () abstract; } |