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

Get or set the table names that are shown to the user for selection.

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

Syntax

C#
public abstract string[] AvailableTableNames { get; set; }
Visual Basic
Public MustOverride Property AvailableTableNames As String()
	Get
	Set
Visual C++
public:
virtual property array<String^>^ AvailableTableNames {
	array<String^>^ get () abstract;
	void set (array<String^>^ value) abstract;
}

Property Value

Type: array<String>[]()[][]

See Also