nDump.Model.SqlTableSelect.SqlTableSelect C# (CSharp) Method

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
        public SqlTableSelect(string tableName, string select, bool hasIdentity, List<string> excludedColumns)
            : this(tableName, select, hasIdentity)
        {
            _excludedColumns = excludedColumns;
        }

Same methods

SqlTableSelect::SqlTableSelect ( ) : System.Collections.Generic
SqlTableSelect::SqlTableSelect ( string tableName, bool deleteOnly = false ) : System.Collections.Generic
SqlTableSelect::SqlTableSelect ( string tableName, string select, bool hasIdentity ) : System.Collections.Generic