IDynamicDataSource.EntitySetName Propriedade

Definição

Obtém ou define o nome do conjunto de entidades.Gets or sets the entity set name.

public:
 property System::String ^ EntitySetName { System::String ^ get(); void set(System::String ^ value); };
public string EntitySetName { get; set; }
member this.EntitySetName : string with get, set
Public Property EntitySetName As String

Valor da propriedade

String

Nome da entidade.The name of the entity.

Comentários

Na LinqDataSource classe, essa propriedade é chamada TableName .In the LinqDataSource class, this property is called TableName.

Aplica-se a