DataRelation.CheckStateForProperty Método

Definição

Este método oferece suporte à infraestrutura .NET e não se destina a ser usado diretamente do seu código.This method supports .NET infrastructure and is not intended to be used directly from your code.

protected:
 void CheckStateForProperty();
protected void CheckStateForProperty ();
member this.CheckStateForProperty : unit -> unit
Protected Sub CheckStateForProperty ()

Exceções

As tabelas pai e filho pertencem a diferentes objetos DataSet.The parent and child tables belong to different DataSet objects.

-Ou--Or- Um ou mais pares de objetos DataColumn pai e filho têm tipos de dados incompatíveis.One or more pairs of parent and child DataColumn objects have mismatched data types.

-Ou--Or- Os objetos DataColumn pai e filho são idênticos.The parent and child DataColumn objects are identical.

Aplica-se a