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

SqlTableSelect() public method

public SqlTableSelect ( string tableName, bool deleteOnly = false ) : System.Collections.Generic
tableName string
deleteOnly bool
return System.Collections.Generic
        public SqlTableSelect(string tableName,bool deleteOnly = false)
            : this(tableName,string.Empty,false)
        {
            DeleteOnly = deleteOnly;
        }

Same methods

SqlTableSelect::SqlTableSelect ( ) : 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