QueryFragments Constructor (String, Int32) |
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 QueryFragments(
string delimiter,
int initialCapacity = 0
)
Public Sub New (
delimiter As String,
Optional initialCapacity As Integer = 0
)
Parameters
- delimiter
- Type: SystemString
The delimiter. - initialCapacity (Optional)
- Type: SystemInt32
The initial capacity.
See Also