| IGeneratorSPCalls Property  | 
 
            Gets / sets the sp calls to process with the generator. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
SyntaxHashSet<SPCallDefinition> SPCalls { get; set; }Property SPCalls As HashSet(Of SPCallDefinition)
	Get
	Set
Property Value
Type: 
HashSetSPCallDefinition
RemarksStarting with v3.0, the stored procedure calls in a project are grouped together instead of being split up as action and retrieval procs.
            To process an SPCall, simply use a linq query to filter out sp calls with or without a resultset.
See Also