C# 클래스 nDump.Model.SqlTableSelect

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

공개 메소드들

메소드 설명
SqlTableSelect ( ) : System.Collections.Generic
SqlTableSelect ( string tableName, bool deleteOnly = false ) : System.Collections.Generic
SqlTableSelect ( string tableName, string select, bool hasIdentity ) : System.Collections.Generic
SqlTableSelect ( string tableName, string select, bool hasIdentity, List excludedColumns ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

SqlTableSelect() 공개 메소드

public SqlTableSelect ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SqlTableSelect() 공개 메소드

public SqlTableSelect ( string tableName, bool deleteOnly = false ) : System.Collections.Generic
tableName string
deleteOnly bool
리턴 System.Collections.Generic

SqlTableSelect() 공개 메소드

public SqlTableSelect ( string tableName, string select, bool hasIdentity ) : System.Collections.Generic
tableName string
select string
hasIdentity bool
리턴 System.Collections.Generic

SqlTableSelect() 공개 메소드

public SqlTableSelect ( string tableName, string select, bool hasIdentity, List excludedColumns ) : System.Collections.Generic
tableName string
select string
hasIdentity bool
excludedColumns List
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string