LightweightStringFragmentCacheKey Constructor (String, String, String, String, String) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public LightweightStringFragmentCacheKey(
string fragment1,
string fragment2,
string fragment3,
string fragment4,
string fragment5
)
Public Sub New (
fragment1 As String,
fragment2 As String,
fragment3 As String,
fragment4 As String,
fragment5 As String
)
Parameters
- fragment1
- Type: SystemString
- fragment2
- Type: SystemString
- fragment3
- Type: SystemString
- fragment4
- Type: SystemString
- fragment5
- Type: SystemString
See Also