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