'宣言
Public Function GetChildData( _
ByVal As System.Linq.IQueryable, _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As System.Linq.IQueryable
public System.Linq.IQueryable GetChildData(
System.Linq.IQueryable ,
System.string ,
System.int
)