sql server - Is it possible to create inherited SqlDataTable in SqlDataSet. Devart dotconnect -
the problem when redeclare standard sqldatatable customsqldatatable inside sqldataset. works until change sqldataset contain custrom datatable. after change in sqldataset recreate code of own definition , datatables again becomes standard sqldatatable. how avoid it?
thanks!
the mytalbedatatable class (inherits devart.data.sqlserver.sqldatatable), part of devart typed dataset, generated "partial" keyword. therefore, can create separate myclass.cs file , extend "predefined" functionality of mytalbedatatable. code within myclass.cs not wiped out because custom file.
Comments
Post a Comment