QueryConfigItem

Classes > DataProvider > QueryConfigItem

Represents a query configuration entry for the source generator.

public class QueryConfigItem

Properties

Name

public string Name { get; set; }

Gets or sets the logical name of the query.

SqlFile

public string SqlFile { get; set; }

Gets or sets the path to the SQL file.

GroupingFile

public string GroupingFile { get; set; }

Gets or sets the path to an optional grouping configuration file.