C# Класс SqlInteraction.SQLReader

Class to read table data.
Наследование: ISQLReader
Показать файл Открыть проект

Открытые методы

Метод Описание
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