Condividi tramite


TableAttribute.RowKey Property

Definition

When binding to a table entity, gets the row key of the entity.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string RowKey { get; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
member this.RowKey : string
Public ReadOnly Property RowKey As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Remarks

When binding to an entire table, returns null.

Applies to