DbFieldInfoList class
Represents the list of Korzh.EasyQuery.Db.DbTableInfo objects
public class Korzh.EasyQuery.Db.DbFieldInfoList : Collection<DbFieldInfo>
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
DbFieldInfoList() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
SortedByPosition | bool | Gets or sets a value indicating whether the list of fields should be sorted by position or alphabetically (default value). |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
InsertItem(int index, DbFieldInfo item) | void | Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |