C# 클래스 Signum.Engine.Executor

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
BulkCopy ( DataTable dt, ObjectName destinationTable, SqlBulkCopyOptions options, int timeout ) : void
ExecuteDataSet ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : DataSet
ExecuteDataSet ( this preCommand, CommandType commandType = CommandType.Text ) : DataSet
ExecuteDataTable ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : DataTable
ExecuteDataTable ( this preCommand, CommandType commandType = CommandType.Text ) : DataTable
ExecuteLeaves ( this preCommand, CommandType commandType = CommandType.Text ) : void
ExecuteNonQuery ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : int
ExecuteNonQuery ( this preCommand, CommandType commandType = CommandType.Text ) : int
ExecuteScalar ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : object
ExecuteScalar ( this preCommand, CommandType commandType = CommandType.Text ) : object
UnsafeExecuteDataReader ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader
UnsafeExecuteDataReader ( this preCommand, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader

메소드 상세

BulkCopy() 공개 정적인 메소드

public static BulkCopy ( DataTable dt, ObjectName destinationTable, SqlBulkCopyOptions options, int timeout ) : void
dt System.Data.DataTable
destinationTable ObjectName
options SqlBulkCopyOptions
timeout int
리턴 void

ExecuteDataSet() 공개 정적인 메소드

public static ExecuteDataSet ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : DataSet
sql string
parameters List
commandType CommandType
리턴 System.Data.DataSet

ExecuteDataSet() 공개 정적인 메소드

public static ExecuteDataSet ( this preCommand, CommandType commandType = CommandType.Text ) : DataSet
preCommand this
commandType CommandType
리턴 System.Data.DataSet

ExecuteDataTable() 공개 정적인 메소드

public static ExecuteDataTable ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : DataTable
sql string
parameters List
commandType CommandType
리턴 System.Data.DataTable

ExecuteDataTable() 공개 정적인 메소드

public static ExecuteDataTable ( this preCommand, CommandType commandType = CommandType.Text ) : DataTable
preCommand this
commandType CommandType
리턴 System.Data.DataTable

ExecuteLeaves() 공개 정적인 메소드

public static ExecuteLeaves ( this preCommand, CommandType commandType = CommandType.Text ) : void
preCommand this
commandType CommandType
리턴 void

ExecuteNonQuery() 공개 정적인 메소드

public static ExecuteNonQuery ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : int
sql string
parameters List
commandType CommandType
리턴 int

ExecuteNonQuery() 공개 정적인 메소드

public static ExecuteNonQuery ( this preCommand, CommandType commandType = CommandType.Text ) : int
preCommand this
commandType CommandType
리턴 int

ExecuteScalar() 공개 정적인 메소드

public static ExecuteScalar ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : object
sql string
parameters List
commandType CommandType
리턴 object

ExecuteScalar() 공개 정적인 메소드

public static ExecuteScalar ( this preCommand, CommandType commandType = CommandType.Text ) : object
preCommand this
commandType CommandType
리턴 object

UnsafeExecuteDataReader() 공개 정적인 메소드

public static UnsafeExecuteDataReader ( string sql, List parameters = null, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader
sql string
parameters List
commandType CommandType
리턴 System.Data.Common.DbDataReader

UnsafeExecuteDataReader() 공개 정적인 메소드

public static UnsafeExecuteDataReader ( this preCommand, CommandType commandType = CommandType.Text ) : System.Data.Common.DbDataReader
preCommand this
commandType CommandType
리턴 System.Data.Common.DbDataReader