Initializes a new instance of the PrimaryKeySchema class
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public PrimaryKeySchema( TableSchema table, string name, ExtendedProperty[] extendedProperties ) |
Visual Basic |
---|
Public Sub New ( table As TableSchema, name As String, extendedProperties As ExtendedProperty() ) |
Parameters
- table
- Type: SchemaExplorer..::..TableSchema
- name
- Type: System..::..String
- extendedProperties
- Type: array<SchemaExplorer..::..ExtendedProperty>[]()[][]