Version

FindByChildDataViewID Method

Finds a DataRelation inside the collection based on a id parameter.
Syntax
'Declaration
 
Public Function FindByChildDataViewID( _
   ByVal id As String _
) As DataRelation
public DataRelation FindByChildDataViewID( 
   string id
)

Parameters

id
The Id of the child relation

Return Value

DataRelation containining the specified id for its Child. Returns null if not such DataRelationis found
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also