Select a single object of generic type.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
T SelectSingleObject<T>( string id ) where T : class, new(), ICartellaObject |
| Visual Basic |
|---|
Function SelectSingleObject(Of T As {Class, New, ICartellaObject}) ( _ id As String _ ) As T |
| Visual C++ |
|---|
generic<typename T> where T : ref class, gcnew(), ICartellaObject T SelectSingleObject( String^ id ) |
Parameters
- id
- Type: System..::..String
Unique ID of the object
Type Parameters
- T
- Type of object to select