Click or drag to resize

settingsMemberInfoEntryisPrimaryKey Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets a value indicating whether this instance is primary key.

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool isPrimaryKey { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is primary key; otherwise, false.
See Also