Windward Studios API Reference
FieldPrimaryKey Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > MetaDataElement Class : FieldPrimaryKey Property




Glossary Item Box

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

Windward Studios - .NET Document Generation software