Returns the schema table for the SACommandBuilder object.
      Visual Basic syntax
         
         
            Protected Overrides Function 
            GetSchemaTable
            (ByVal sourceCommand As 
                  DbCommand
               )
             As DataTable
         
      
      C# syntax
         
         
            protected override DataTable 
            GetSchemaTable
            (
                  DbCommand
                sourceCommand)
         
      
      Parameters
         
         
            - 
               sourceCommand – 
               The System.Data.Common.DbCommand for which to retrieve the corresponding schema table.
            
 
         
       
      Returns
         A System.Data.DataTable that represents the schema for the specific System.Data.Common.DbCommand.