NpgsqlCommand.UpdatedRowSource Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. 
      
        [Visual Basic]
        
        <Category(Category="Behavior")>
        <DefaultValue(Value=(UpdateRowSource.Both))>
NotOverridable Public Property UpdatedRowSource As 
UpdateRowSource Implements _
   IDbCommand.UpdatedRowSource
 
      
        [C#]
        
        [Category(Category="Behavior")]
        [DefaultValue(Value=(UpdateRowSource.Both))]
public 
System.Data.UpdateRowSource UpdatedRowSource {get; set;}
 
      
      
      Property Value
      One of the UpdateRowSource values.
      Implements
      
        IDbCommand.UpdatedRowSource
      
      See Also
      
        NpgsqlCommand Class | Npgsql Namespace