Overload | Description |
---|---|
Add(String) | Creates a new SelectColumn object with the name specified and adds it to the collection. |
Add(String,Boolean) | Creates a new SelectColumn object with the name specified and adds it to the collection. |
Add(String,String,String,String) | Adds a newly created SelectColumn object with the specified schema, table, name, and alias to the collection. |
Add(String,String,String,String,Boolean) | Adds a newly created SelectColumn object with the specified schema, table, name, and alias to the collection. |
Add(String,String,String,String,String) | Adds a newly created SelectColumn object with the specified database, schema, table, name, and alias to the collection. |
Add(String,String,String,String,String,Boolean) | Adds a newly created SelectColumn object with the specified database, schema, table, name, and alias to the collection. |
Add(SelectColumn) | Adds the specified SelectColumn to the SelectColumnCollection. |