C# Class nDump.Model.SqlTableSelect

Afficher le fichier Open project: SteveMoyer/nDump Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SqlTableSelect ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SqlTableSelect() public méthode

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

SqlTableSelect() public méthode

public SqlTableSelect ( string tableName, string select, bool hasIdentity ) : System.Collections.Generic
tableName string
select string
hasIdentity bool
Résultat System.Collections.Generic

SqlTableSelect() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string