ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / DbName Class / DbName Constructor
The name of table.
The schema name.

In This Topic
DbName Constructor
In This Topic
Initializes a new instance of the DbName class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal schema As String _
)
 

Parameters

name
The name of table.
schema
The schema name.
See Also