|
TablesItem(String) Property
|
Gets table by name.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
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