NpgsqlCommand.Prepare Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Creates a prepared version of the command on a PostgreSQL server. 
      
        [Visual Basic]
        
NotOverridable Public Sub Prepare() Implements _
   IDbCommand.Prepare
      
        [C#]
        public 
void Prepare();
 
      Implements
      
        IDbCommand.Prepare
      
      See Also
      
        NpgsqlCommand Class | Npgsql Namespace