N
Nime
I use a dataset and autogenerated logic codes.
VS2005 generated FindByPrimaryKey method but the method
returns null instead of the related row even ý use a valid key.
The lines are below:
//DataTable
DataSetOrganizasyon.tableGeziDataTable tblGeziDT = new
DataSetOrganizasyon.tblGeziDataTable();
//DataTableAdapter
DataSetOrganizasyonTableAdapters.tblGeziTableAdapter tblGeziTA = new
Organizasyon.strDataSetOrganizasyonTableAdapters.tblGeziTableAdapter();
tblGeziRow = tblGeziDT.FindBygeziID(intAktifOrganizasyonID);
Now I cannot load the data...
Autogenerated lines are below:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tblGeziRow NewtblGeziRow() {
return ((tblGeziRow)(this.NewRow()));
}
VS2005 generated FindByPrimaryKey method but the method
returns null instead of the related row even ý use a valid key.
The lines are below:
//DataTable
DataSetOrganizasyon.tableGeziDataTable tblGeziDT = new
DataSetOrganizasyon.tblGeziDataTable();
//DataTableAdapter
DataSetOrganizasyonTableAdapters.tblGeziTableAdapter tblGeziTA = new
Organizasyon.strDataSetOrganizasyonTableAdapters.tblGeziTableAdapter();
tblGeziRow = tblGeziDT.FindBygeziID(intAktifOrganizasyonID);
Now I cannot load the data...
Autogenerated lines are below:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tblGeziRow NewtblGeziRow() {
return ((tblGeziRow)(this.NewRow()));
}