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