Interface IST_DBManager
Namespace: STDataBaseTypes
Assembly: STDataBaseTypes.dll
Syntax
[Guid("7F75D03C-9771-4DFA-86C8-929FFEEAEFDE")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_DBManagerProperties
Count
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
DB[int]
Declaration
IST_DataBase DB[int i] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | i | 
Property Value
| Type | Description | 
|---|---|
| IST_DataBase | 
DBByName[string]
Declaration
IST_DataBase DBByName[string Name] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| string | Name | 
Property Value
| Type | Description | 
|---|---|
| IST_DataBase |