C# Class nDump.Model.SqlTableSelect

Datei anzeigen Open project: SteveMoyer/nDump Class Usage Examples

Public Methods

Method Description
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

Method Details

SqlTableSelect() public method

public SqlTableSelect ( ) : System.Collections.Generic
return System.Collections.Generic

SqlTableSelect() public method

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

SqlTableSelect() public method

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

SqlTableSelect() public method

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

ToString() public method

public ToString ( ) : string
return string