Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 333 Bytes

File metadata and controls

21 lines (17 loc) · 333 Bytes
description Learn more about: Type.AddTableKey
title Type.AddTableKey
ms.subservice m-source
ms.topic reference

Type.AddTableKey

Syntax

Type.AddTableKey(
    table as type,
    columns as list,
    isPrimary as logical
) as type

About

Adds a key to the given table type.