C# 클래스 SqlInteraction.SQLReader

Class to read table data.
상속: ISQLReader
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot

공개 메소드들

메소드 설명
SQLReader ( System.Data.SqlClient.SqlDataReader _sqlDataReader ) : System.Collections.Generic

Constructor which takes a SqlDataReader used for the functions.

close ( ) : void

Closes the reader and its connection with the database connection. Use this or you can lock other functions from using the database connection.

readRow ( ) : List

메소드 상세

SQLReader() 공개 메소드

Constructor which takes a SqlDataReader used for the functions.
public SQLReader ( System.Data.SqlClient.SqlDataReader _sqlDataReader ) : System.Collections.Generic
_sqlDataReader System.Data.SqlClient.SqlDataReader Data reader for the functions.
리턴 System.Collections.Generic

close() 공개 메소드

Closes the reader and its connection with the database connection. Use this or you can lock other functions from using the database connection.
public close ( ) : void
리턴 void

readRow() 공개 메소드

public readRow ( ) : List
리턴 List