FieldTemplateUserControl.ChildrenPath Propriedade

Definição

Obtém a URL que leva a uma página que exibe uma lista de entidades filho.Gets the URL that links to a page that displays a list of children entities.

protected:
 property System::String ^ ChildrenPath { System::String ^ get(); };
protected string ChildrenPath { get; }
member this.ChildrenPath : string
Protected ReadOnly Property ChildrenPath As String

Valor da propriedade

String

A URL que vincula a página exibida às entidades filhas.The URL that links the displayed page to the children entities.

Comentários

Esse método retorna uma URL que vincula a uma página que exibe uma lista de entidades filhas.This method returns a URL that links to a page that displays a list of children entities. Por exemplo, a coluna Products na tabela ProductCategories no banco de dados de exemplo AdventureWorksLT tem URLs que são vinculadas à lista de produtos que estão na categoria selecionada.For example, the products column in the ProductCategories table in the AdventureWorksLT sample database has URLs that link to the list of product that are in the selected category. Essa propriedade só se aplica a colunas filhas.This property only applies to children columns.

Aplica-se a