Create a command - which uses a transaction
        Namespace:
Contracts.Databases
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Function CreateCommand( _
ByVal sql As String _
) As IDBCommand
This language is not supported or no code example is available.
IDBCommand CreateCommand(
string sql
)
This language is not supported or no code example is available.
IDBCommand^ CreateCommand(
String^ sql
)
This language is not supported or no code example is available.
Parameters
- sql
- 
		Type: string 
		the sql statement to use 
Return Value
Type: IDBCommandthe db command