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, IEnumerable<string> memberColumns ) |
| Visual Basic |
|---|
Public Sub New ( table As TableSchema, name As String, memberColumns As IEnumerable(Of String) ) |
Parameters
- table
- Type: SchemaExplorer..::..TableSchema
- name
- Type: System..::..String
- memberColumns
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>