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

SqlTableSelect() public method

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

Same methods

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