DynamicQueryEngineReAssembleStoredProcedureNameFragments Method |
Re-assembles the stored procedure name from the fragments specified
Namespace:
SD.LLBLGen.Pro.DQE.Oracle
Assemblies:
SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.6.0.0 (5.6.19.0117)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override string ReAssembleStoredProcedureNameFragments(
string[] fragments
)
Protected Overrides Function ReAssembleStoredProcedureNameFragments (
fragments As String()
) As String
Parameters
- fragments
- Type: SystemString
The fragments.
Return Value
Type:
StringSee Also