Name of the database object this synonym references to.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string BaseObjectName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BaseObjectName As String |
Visual C++ |
---|
public: property String^ BaseObjectName { String^ get (); void set (String^ value); } |