DataRowView.CreateChildView Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
CreateChildView(DataRelation) |
Retorna um DataView para o DataTable filho com o DataRelation filho especificado. |
CreateChildView(String) |
Retorna um DataView para o DataTable filho com o nome de DataRelation filho especificado. |
CreateChildView(DataRelation, Boolean) |
Retorna um DataView para o DataTable filho com o pai e o DataRelation especificados. |
CreateChildView(String, Boolean) |
Retorna um DataView para o DataTable filho com o pai e o nome DataRelation especificados. |
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
Retorna um DataView para o DataTable filho com o DataRelation filho especificado.
public:
System::Data::DataView ^ CreateChildView(System::Data::DataRelation ^ relation);
public System.Data.DataView CreateChildView (System.Data.DataRelation relation);
member this.CreateChildView : System.Data.DataRelation -> System.Data.DataView
Public Function CreateChildView (relation As DataRelation) As DataView
Parâmetros
- relation
- DataRelation
O objeto DataRelation.
Retornos
Um DataView para o DataTable filho.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
Retorna um DataView para o DataTable filho com o nome de DataRelation filho especificado.
public:
System::Data::DataView ^ CreateChildView(System::String ^ relationName);
public System.Data.DataView CreateChildView (string relationName);
member this.CreateChildView : string -> System.Data.DataView
Public Function CreateChildView (relationName As String) As DataView
Parâmetros
- relationName
- String
Uma cadeia de caracteres contendo o nome DataRelation.
Retornos
Um DataView para o DataTable filho.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
Retorna um DataView para o DataTable filho com o pai e o DataRelation especificados.
public:
System::Data::DataView ^ CreateChildView(System::Data::DataRelation ^ relation, bool followParent);
public System.Data.DataView CreateChildView (System.Data.DataRelation relation, bool followParent);
member this.CreateChildView : System.Data.DataRelation * bool -> System.Data.DataView
Public Function CreateChildView (relation As DataRelation, followParent As Boolean) As DataView
Parâmetros
- relation
- DataRelation
O objeto DataRelation.
- followParent
- Boolean
O objeto pai.
Retornos
Um DataView para o DataTable filho.
Exceções
relation
é null
.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
- Origem:
- DataRowView.cs
Retorna um DataView para o DataTable filho com o pai e o nome DataRelation especificados.
public:
System::Data::DataView ^ CreateChildView(System::String ^ relationName, bool followParent);
public System.Data.DataView CreateChildView (string relationName, bool followParent);
member this.CreateChildView : string * bool -> System.Data.DataView
Public Function CreateChildView (relationName As String, followParent As Boolean) As DataView
Parâmetros
- relationName
- String
Uma cadeia de caracteres contendo o nome DataRelation.
- followParent
- Boolean
true
para manter a exibição filho criada em sincronia com o pai; caso contrário false
.
Retornos
Um DataView para o DataTable filho.
Exceções
relation
é null
.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: