PropertyDefinition IsPrimaryKey Property

This property will get/set a flag on whether this property is part of or is the primary key.

Namespace:  Scribe.Core.ConnectorApi.Metadata

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   bool   IsPrimaryKey { get; set; }

Property Value

Type: Boolean

Implements

IPropertyDefinition IsPrimaryKey

See

PropertyDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace