コード例 #1
0
ファイル: DataReader.cs プロジェクト: zyj0021/ALinq
 public override bool NextResult()
 {
     return(source.NextResult());
 }