 | BasisGetIndexesInfo - метод |
Возвращает информацию о индексах бизнес-объекта.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисinternal static IEnumerable<BasisIndexAttribute> GetIndexesInfo(
Type basisType
)
Friend Shared Function GetIndexesInfo (
basisType As Type
) As IEnumerable(Of BasisIndexAttribute)
Dim basisType As Type
Dim returnValue As IEnumerable(Of BasisIndexAttribute)
returnValue = Basis.GetIndexesInfo(basisType)
internal static function GetIndexesInfo(
basisType : Type
) : IEnumerable<BasisIndexAttribute>
Параметры
- basisType
- Тип: SystemType
Тип бизнес-объекта.
Возвращаемое значение
Тип:
IEnumerableBasisIndexAttributeИнформацию о индексах бизнес-объекта.
См. также