LightweightStringFragmentCacheKey Constructor (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
)
Public Sub New (
fragment1 As String,
fragment2 As String
)
Parameters
- fragment1
- Type: SystemString
- fragment2
- Type: SystemString
See Also