Begin executing an asynchronous Select command on the DatasetTable
        Namespace:
T.Modules.DataSet
        
Assembly: T.Modules (in T.Modules.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: T.Modules (in T.Modules.dll)
Public Function BeginSelectCommand( _
ByVal callback As AsyncCallback, _
ByVal state As Object _
) As IAsyncResult
This language is not supported or no code example is available.
public IAsyncResult BeginSelectCommand(
AsyncCallback callback,
object state
)
This language is not supported or no code example is available.
Parameters
- callback
- 
		Type: AsyncCallback 
		Callback that will be called after executing 
- state
- 
		Type: object 
		Reference to any object 
Return Value
Type: IAsyncResultReference to object that should be passed to EndSelectCommand method while executing callback.