Name of the schema containing function.
Namespace:
PerpetuumSoft.DataModelAssembly: 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); } |