DynamicQueryEngineBaseReAssembleStoredProcedureNameFragments Method |
Re-assembles the stored procedure name from the fragments specified
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 protected virtual string ReAssembleStoredProcedureNameFragments(
string[] fragments
)
Protected Overridable Function ReAssembleStoredProcedureNameFragments (
fragments As String()
) As String
Parameters
- fragments
- Type: SystemString
The fragments.
Return Value
Type:
StringSee Also