ActiveReports 13
DbName Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > DbName Class : DbName Constructor
The name of table.
The schema name.
Initializes a new instance of the DbName class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal schema As String _
)
public DbName( 
   string name,
   string schema
)

Parameters

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

Reference

DbName Class
DbName Members