Condividi tramite


TableAttribute.TableName Property

Definition

Gets the name of the table to which to bind.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
[System.ComponentModel.DataAnnotations.RegularExpression("^[A-Za-z][A-Za-z0-9]{2,62}$")]
public string TableName { get; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
[<System.ComponentModel.DataAnnotations.RegularExpression("^[A-Za-z][A-Za-z0-9]{2,62}$")>]
member this.TableName : string
Public ReadOnly Property TableName As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute RegularExpressionAttribute

Remarks

When binding to a table entity, gets the name of the table containing the entity.

Applies to