C# 클래스 SqlInteraction.RobotSqlConnection

SQLConnection to connect to a database.
상속: ISqlConnection
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionClose ( ) : void
ConnectionOpen ( ) : void
CreateCommand ( ) : SqlCommand
RobotSqlConnection ( string connectionstring ) : System.Data

Constructor that connects to a database with the information specified.

메소드 상세

ConnectionClose() 공개 메소드

public ConnectionClose ( ) : void
리턴 void

ConnectionOpen() 공개 메소드

public ConnectionOpen ( ) : void
리턴 void

CreateCommand() 공개 메소드

public CreateCommand ( ) : SqlCommand
리턴 System.Data.SqlClient.SqlCommand

RobotSqlConnection() 공개 메소드

Constructor that connects to a database with the information specified.
public RobotSqlConnection ( string connectionstring ) : System.Data
connectionstring string Information for connection.
리턴 System.Data