[]
Entity Framework Stored Procedure Güncelleme
Entity'i tanımladıktan sonra entity.prosedür diye çağırabiliyoruz ya, ben yeni bi stored procedure ekledim, function imports'a da ekledim orda görebiliyorum ama bahsettiğim gibi çağıramıyorum :/ Neyi eksik yapıyorum ?
TelefonEntities Entity = new TelefonEntities();
GridView1.DataSource = Entity.VeriGetir();
burdaki VeriGetir bir Stored Procedure. Ben SQL Server'da yeni bir Stored Procedure oluşturdum, diyelim ki adı VeriAl. 2. Satırda kullanmak istiyorum. Entity.VeriAl(); yazamıyorum. Başka kod yok :/
GridView1.DataSource = Entity.VeriGetir();
burdaki VeriGetir bir Stored Procedure. Ben SQL Server'da yeni bir Stored Procedure oluşturdum, diyelim ki adı VeriAl. 2. Satırda kullanmak istiyorum. Entity.VeriAl(); yazamıyorum. Başka kod yok :/
- gsgsgsgsgsgsgsgs (04.06.13 20:27:37)
1