|
TablesItem(String) Property
|
Gets table by name.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic Table this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Table
Get
public:
property Table^ default[String^ name] {
Table^ get (String^ name);
}
member Item : Table with get
View SourceParameters
- name String
- Table name.
Return Value
TableTable with specified name.
See Also