| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[clarion net language reference.htm|Clarion# Language Extensions]] > ClaFileDataAdapter >====== ClaFileDataAdapter Properties ====== | [[clafiledataadapter constructors.htm|{{btn_prev_n.gif|Previous page}}]][[clarion net language reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[clafiledata adapter methods.htm|{{btn_next_n.gif|Next page}}]] | | || | **AcceptChangesDuringFill** | Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. | | **AcceptChangesDuringUpdate** | Gets or sets whether AcceptChanges is called during a Update. | | **Container** | Gets the IContainer that contains the Component. (Inherited from Component.) | | **ConcurrencyCheck** | Sets or gets a boolean value on whether an exception is thrown by the ClaDataAdapter during an Update operation if the number of rows affected equals zero. | | **Filter** | Gets or sets the string to use for filtering the VIEW | | **NoMemo** | Sets or gets a boolean value on whether MEMO fields should be added to the dataset | | **Order** | Gets or sets the string to use for ordering the VIEW | | **Source** | Gets or set the data source object (FILE or VIEW) |