Selects a single entity. This method does not check security permissions.
Once an entity is selected it should be validated through SecurityManager using the
[!:FilterEntityIdsByUser] method.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEntity SelectSingleEntity( string id ) |
Visual Basic |
---|
Function SelectSingleEntity ( _ id As String _ ) As IEntity |
Visual C++ |
---|
IEntity^ SelectSingleEntity( String^ id ) |
Parameters
- id
- Type: System..::..String