Gets schema name
Namespace:
PerpetuumSoft.DataModel.LinqToSqlAssembly: PerpetuumSoft.DataModel.LinqToSql (in PerpetuumSoft.DataModel.LinqToSql.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string SchemaName { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property SchemaName As String |
Visual C++ |
---|
public: property String^ SchemaName { String^ get (); } |