示例#1
0
 public void GetEnumeratorJoinCodegen(
     CodegenClassScope classScope,
     CodegenMethod method,
     CodegenInstanceAux instance)
 {
     ResultSetProcessorHandThrough.GetEnumeratorJoinCodegen(method);
 }
示例#2
0
 public void ProcessJoinResultCodegen(
     CodegenClassScope classScope,
     CodegenMethod method,
     CodegenInstanceAux instance)
 {
     ResultSetProcessorHandThrough.ProcessJoinResultCodegen(this, method);
 }