Class DataIndexDefinition
- Namespace
- JD.AI.Core.Specifications
- Assembly
- JD.AI.Core.dll
public sealed class DataIndexDefinition
- Inheritance
-
DataIndexDefinition
- Inherited Members
Properties
Columns
public IList<string> Columns { get; init; }
Property Value
Name
public string Name { get; set; }
Property Value
Table
public string Table { get; set; }