Version

GetData(String) Method

First performs data binding and after that gets the part of processed data that is specified by path
Syntax
'Declaration
 
Public Overloads Function GetData( _
   ByVal path As System.String _
) As System.Web.Mvc.JsonResult
public System.Web.Mvc.JsonResult GetData( 
   System.string path
)

Parameters

path
Path should be in format {pkVal}/{pkVal}/... - e.g. if path is 1/10 - this means it should be taken child data records of the record with primary key value 10(which has parent with primary key value 1)
Requirements

Target Platforms: Windows 8.1, 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

View on GitHub