Creates a complete mapping for the specified item type.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static ItemMapping Create( Type itemType ) |
Visual Basic |
---|
Public Shared Function Create ( _ itemType As Type _ ) As ItemMapping |
Visual C++ |
---|
public: static ItemMapping^ Create( Type^ itemType ) |
Parameters
- itemType
- Type: System..::..Type
The item type
Return Value
Remarks
This method build a mapping containing the same properties
included when you invoke SimolClient methods that accept generic
item type parameters, such as Get<(Of <<'(T>)>>)(Object),
Delete<(Of <<'(T>)>>)(Object), etc.