Select single entity by ID

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEntity SelectSingleEntity(
	string entityId
)
Visual Basic
Function SelectSingleEntity ( _
	entityId As String _
) As IEntity
Visual C++
IEntity^ SelectSingleEntity(
	String^ entityId
)

Parameters

entityId
Type: System..::..String
ID of entity

Field Value

IEntity

Return Value

Entity as IEntity interface if ID exists, otherwise returns null

See Also