Search Results for

    Show / Hide Table of Contents

    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
    object
    EventArgs
    SqlSchemaContextChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    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
    Type Description
    string
    View Source

    HubDatabaseId

    Declaration
    public long HubDatabaseId { get; }
    Property Value
    Type Description
    long
    View Source

    HubSchemaId

    Declaration
    public long HubSchemaId { get; }
    Property Value
    Type Description
    long
    • View Source
    In this article
    Back to top Generated by DocFX