[DataMember()] IZennoTable this[ string tableName ]; {get;}
Parameters
- tableName
- Type: System.String
The name of table.
Property Value
Type: ZennoLab.InterfacesLibrary.ProjectModel.IZennoTableThe object of IZennoTable describing the table.
Get the table by the specified name.
[DataMember()] 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. |
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.