C# 클래스 Repositorio.Contexto

파일 보기 프로젝트 열기: WellingtonJJ/.Net 1 사용 예제들

공개 메소드들

메소드 설명
Contexto ( ) : System
Dispose ( ) : void
ExecutaGravacao ( string strQuery ) : void
ExecutaLeitura ( string strQuery ) : System.Data.SqlClient.SqlDataReader

메소드 상세

Contexto() 공개 메소드

public Contexto ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecutaGravacao() 공개 메소드

public ExecutaGravacao ( string strQuery ) : void
strQuery string
리턴 void

ExecutaLeitura() 공개 메소드

public ExecutaLeitura ( string strQuery ) : System.Data.SqlClient.SqlDataReader
strQuery string
리턴 System.Data.SqlClient.SqlDataReader