Initializes a new instance of the TabularObjectBase class
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public TabularObjectBase( DatabaseSchema database, string name, string owner, DateTime dateCreated ) |
Visual Basic |
---|
Public Sub New ( database As DatabaseSchema, name As String, owner As String, dateCreated As DateTime ) |
Parameters
- database
- Type: SchemaExplorer..::..DatabaseSchema
- name
- Type: System..::..String
- owner
- Type: System..::..String
- dateCreated
- Type: System..::..DateTime