Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub Delete( _
ByVal company_info As CompanyInfo, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void Delete(
CompanyInfo company_info,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void Delete(
CompanyInfo^ company_info,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- company_info
 - 
		Type: CompanyInfo 
		
 
- db
 - 
		Type: IDatabase