Class AzureSQLDatabaseDataSource
- Assembly
- FoundationaLLM.Common.dll
Azure SQL Database data source.
public class AzureSQLDatabaseDataSource : DataSourceBase
- Inheritance
-
AzureSQLDatabaseDataSource
- Inherited Members
- Extension Methods
Constructors
AzureSQLDatabaseDataSource()
Creates a new instance of the AzureSQLDatabaseDataSource data source.
public AzureSQLDatabaseDataSource()
Properties
Tables
The list of tables from the database. The format is [schema].[table_name].
[JsonPropertyName("tables")]
public List<string> Tables { get; set; }