Class IndexInfo
Inheritance
System.Object
IndexInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FreeSql.Internal.Model
Assembly: FreeSql.dll
Syntax
public class IndexInfo
Properties
| Improve this Doc View SourceColumns
Declaration
public IndexColumnInfo[] Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| IndexColumnInfo[] |
IndexMethod
Declaration
public IndexMethod IndexMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| IndexMethod |
IsUnique
Declaration
public bool IsUnique { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |