See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the DbSchema specified by the user.
This schema is used if DbProvider is not specified.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public DbSchema SelectedDbSchema { get; set; } |
Visual Basic |
---|
Public Property SelectedDbSchema As DbSchema
Get
Set |
Visual C++ |
---|
public:
property DbSchema^ SelectedDbSchema {
DbSchema^ get ();
void set (DbSchema^ value);
} |
Property Value
Type:
DbSchema
See Also