| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > ITables Interface : Item Property |
Get the table by the specified name.
IZennoTable this[ string tableName ]; {get;}
The name of table.
The object of IZennoTable describing the table.
| Exception | Description |
|---|---|
| KeyNotFoundException | The exception that is thrown when the name specified for accessing a table in a collection does not match any name in the collection. |
// get table IZennoTable table = project.Tables["MyTable"];
// get table $table = $project->Tables->get_Item("MyTable");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.