Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IChildModelSupport Interface / GetChildRelation Method
Index to the child relation
Example


In This Topic
    GetChildRelation Method (IChildModelSupport)
    In This Topic
    Gets the name of the child data relation at the specified position.
    Syntax
    'Declaration
     
    
    Function GetChildRelation( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IChildModelSupport
    Dim index As Integer
    Dim value As String
     
    value = instance.GetChildRelation(index)
    string GetChildRelation( 
       int index
    )

    Parameters

    index
    Index to the child relation

    Return Value

    String containing the name of the child data relation
    Example
    See Also