| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[clarion net language reference.htm|Clarion# Language Extensions]] > ClaFileDataAdapter >====== ClaFileDataAdapter Constructors ====== | [[clafiledataadapter.htm|{{btn_prev_n.gif|Previous page}}]][[clarion net language reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[clafiledataadapter properties.htm|{{btn_next_n.gif|Next page}}]] | | || The ClaFileDataAdapter is initialized using the following constructors. You can pass it a FILE or VIEW: __**FILE**__ **!Create an instance of the class initializing it with the passed FILE** **ClaFileDataAdapter(FILE file)** __**VIEW**__ **!Create an instance of the class initializing with the passed VIEW structure** **ClaFileDataAdapter(View)** **Example:** **!Declaration in CLASS** **DBAdapter &Clarion.Data.ClaFileDataAdapter,PRIVATE** **!Instantiation in method:** **SELF.DBAdapter := new ClaFileDataAdapter(SELF.Authors)**