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

TableName Property

The name of current table.

Syntax

[VB.NET]
Public Property TableName As String

[C#]
public string TableName {get; set;}

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]*".

Default Value

""

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