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.Designer.FormsAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string[] TableNames { get; set; } |
Visual Basic |
---|
Public Property TableNames As String()
Get
Set |
Visual C++ |
---|
public:
property array<String^>^ TableNames {
array<String^>^ get ();
void set (array<String^>^ value);
} |
Property Value
Type:
array<String>[]()[][]
See Also