C# 클래스 Tortuga.Chain.Access.Utilities

파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
Clone ( this original ) : System.Data.OleDb.OleDbParameter
GetParameters ( this sqlBuilder ) : List

Gets the parameters from a SQL Builder.

GetParametersKeysLast ( this sqlBuilder ) : List

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this original ) : System.Data.OleDb.OleDbParameter
original this
리턴 System.Data.OleDb.OleDbParameter

GetParameters() 공개 정적인 메소드

Gets the parameters from a SQL Builder.
public static GetParameters ( this sqlBuilder ) : List
sqlBuilder this The SQL builder.
리턴 List

GetParametersKeysLast() 공개 정적인 메소드

public static GetParametersKeysLast ( this sqlBuilder ) : List
sqlBuilder this
리턴 List