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.4.0.0 (5.4.0)
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