True if this field is the primary key in it's parent dataset. Used when configuring datasets. The primary key is the field used in a B.I. select for the dataset. The other fields are for display only.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FieldPrimaryKey As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MetaDataElement
Dim value As Boolean
instance.FieldPrimaryKey = value
value = instance.FieldPrimaryKey |
| C# | |
|---|
public bool FieldPrimaryKey {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_FieldPrimaryKey();
public: __property void set_FieldPrimaryKey(
bool value
); |
| C++/CLI | |
|---|
public:
property bool FieldPrimaryKey {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also