| DbStorageConnectionReadTS(IdProperty) - метод |
Считывает из хранилища временную метку бизнес-объекта по его идентификатору.
Пространство имён:
FinistSoft.Storage
Сборка:
DbStorage (в DbStorage.dll) Версия: 1.0.0
Синтаксис public TimestampProperty ReadTS(
IdProperty id
)
Public Function ReadTS (
id As IdProperty
) As TimestampProperty
Dim instance As DbStorageConnection
Dim id As IdProperty
Dim returnValue As TimestampProperty
returnValue = instance.ReadTS(id)
public function ReadTS(
id : IdProperty
) : TimestampProperty
Параметры
- id
- Тип: FinistSoft.ObjectsIdProperty
Идентификатор бизнес-объекта.
Возвращаемое значение
Тип:
TimestampPropertyВременная метка бизнес-объекта.
См. также