Provides information about a table primary key.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class PrimaryKeySchema : SchemaObjectBase, 
	IPrimaryKeySchema, ISchemaObject, INamedObject
Visual Basic
<SerializableAttribute>
Public Class PrimaryKeySchema
	Inherits SchemaObjectBase
	Implements IPrimaryKeySchema, ISchemaObject, INamedObject

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..PrimaryKeySchema

See Also