Name of the schema containing function.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel.LinqToSql (in PerpetuumSoft.DataModel.LinqToSql.dll) Version: 1.0.0.0

Syntax

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

See Also