ORMQueryExecutionExceptionParameters Property  | 
 
            Gets the parameters collection of the command object executed
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic IList Parameters { get; }Public ReadOnly Property Parameters As IList
	Get
Property Value
Type: 
IList
RemarksWill be null when the class is instantiated by a deserialization process as parameters can't be serialized.
See Also