C# Class HospitalLib.Providers.DatabaseProvider

Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
GetData ( SqlCommand command ) : System.Data.SqlClient.SqlDataReader
GetDataScalar ( string query ) : int
PushData ( SqlCommand command ) : void
PushDataWithOutputParameters ( SqlCommand command ) : System.Data.SqlClient.SqlParameterCollection

Private Methods

Method Description
CreateConection ( ) : SqlConnection

Method Details

GetData() public method

public GetData ( SqlCommand command ) : System.Data.SqlClient.SqlDataReader
command System.Data.SqlClient.SqlCommand
return System.Data.SqlClient.SqlDataReader

GetDataScalar() public method

public GetDataScalar ( string query ) : int
query string
return int

PushData() public method

public PushData ( SqlCommand command ) : void
command System.Data.SqlClient.SqlCommand
return void

PushDataWithOutputParameters() public method

public PushDataWithOutputParameters ( SqlCommand command ) : System.Data.SqlClient.SqlParameterCollection
command System.Data.SqlClient.SqlCommand
return System.Data.SqlClient.SqlParameterCollection