Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

TableName Property

The name of current table.

Object Oriented Interface

public function getTableName();
public function setTableName($value);

Procedural Interface

inazure_table_get($res, 47 );
inazure_table_set($res, 47, $value );

Default Value

''

Remarks

This property holds the value of the current Table. It must be specified before calling the CreateTable and DeleteTable methods.

Table names must conform to the following rules:

  • Table names may contain only alphanumeric characters.
  • A table name may not begin with a numeric character.
  • Table names are case-insensitive.
  • Table names must be from 3 through 63 characters long.
These rules are also described by the regular expression "^[A-Za-z][A-Za-z0-9]*".

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0