Class SqlSchemaContextChangedEventArgs
Event data raised when the active Hub database, schema or API key bound to
the SQL chat panel changes, carrying the effective identifiers used for
subsequent AI requests.
Inheritance
SqlSchemaContextChangedEventArgs
Assembly: Reportman.Designer.dll
Syntax
public class SqlSchemaContextChangedEventArgs : EventArgs
Constructors
View Source
SqlSchemaContextChangedEventArgs(long, long, string)
Declaration
public SqlSchemaContextChangedEventArgs(long hubDatabaseId, long hubSchemaId, string apiKey)
Parameters
| Type |
Name |
Description |
| long |
hubDatabaseId |
|
| long |
hubSchemaId |
|
| string |
apiKey |
|
Properties
View Source
ApiKey
Declaration
public string ApiKey { get; }
Property Value
View Source
HubDatabaseId
Declaration
public long HubDatabaseId { get; }
Property Value
View Source
HubSchemaId
Declaration
public long HubSchemaId { get; }
Property Value