See also:
NTier Windows Forms Framework Home
NTier Framework API reference
The DbSchema factory property.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected abstract DbSchemaCollection DbSchemaList { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property DbSchemaList As DbSchemaCollection
Get |
Visual C++ |
---|
protected:
virtual property DbSchemaCollection^ DbSchemaList {
DbSchemaCollection^ get () abstract;
} |
Property Value
Type:
DbSchemaCollection
See Also