Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 739 Bytes

File metadata and controls

31 lines (25 loc) · 739 Bytes

DBDocSetColKey

Description

Set database table column to be as a key.

FUNCTION DBDocSetColKey(
				databaseName : DYNARRAY[] of CHAR;
				tableName    : DYNARRAY[] of CHAR;
				columnName   : DYNARRAY[] of CHAR;
				setIsKey     : BOOLEAN): BOOLEAN;
def vs.DBDocSetColKey(databaseName, tableName, columnName, setIsKey):
    return BOOLEAN

Parameters

Name Type Description
databaseName DYNARRAY[] of CHAR Data source name.
tableName DYNARRAY[] of CHAR Table name.
columnName DYNARRAY[] of CHAR Column name.
setIsKey BOOLEAN Set TRUE if this column to be used as key in WHERE clauses.

Version

Availability: from Vectorworks 2011

Category