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

Get or set the name of the schema, which is displayed in the title label.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public string DbSchemaName { get; set; }
Visual Basic
Public Property DbSchemaName As String
	Get
	Set
Visual C++
public:
property String^ DbSchemaName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also