See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.BusinessAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public abstract DbSchemaWithProjectDefaultsCollection AllSchemas { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property AllSchemas As DbSchemaWithProjectDefaultsCollection
Get |
| Visual C++ |
|---|
public:
virtual property DbSchemaWithProjectDefaultsCollection^ AllSchemas {
DbSchemaWithProjectDefaultsCollection^ get () abstract;
} |
Property Value
Type:
DbSchemaWithProjectDefaultsCollection
See Also