Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IChildModelSupport Interface / ChildRelationCount Property
Example


In This Topic
    ChildRelationCount Property (IChildModelSupport)
    In This Topic
    Gets the number of child data relations.
    Syntax
    'Declaration
     
    
    ReadOnly Property ChildRelationCount As Integer
    'Usage
     
    
    Dim instance As IChildModelSupport
    Dim value As Integer
     
    value = instance.ChildRelationCount
    int ChildRelationCount {get;}

    Property Value

    Integer number of child data relations
    Example
    See Also