Database schema that this function/procedure belongs to.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

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

See Also