Monday, May 27, 2013

Command

·         यह ADO.Net का एक important component है जिसका use SQL Statements को execute करने के लिए किया जाता है। यह connection object मे define किए गए data source से SQL statements को execute कर data को manipulate करता है। यह सभी प्रकार की SQL statements को execute करता है। command object connection object का use कर इन statements को execute करता है। इसे use करने के लिए सबसे पहले connection object को define कर उसे open करते हैं। इसके बाद अलग-अलग sql statements को execute किया जाता है। command object कुछ properties और methods contain करती है। जैसे- 
 


  • Connection:यह connection को define करने के लिए use की जाती है।

  • CommandText:यह SQL command को define करने के लिए use की जाती है।

  • CommandType:यह command type यानि text या stored procedure को define करने के लिए use की जाती है।
Methods 


  • ExecuteReader: यह Select command के execute होने पर retrieve होने वाले डाटा को store करने के लिए use की जाती है।

  • ExecuteNonQuery: यह अन्य sqlcommands जैसे – insert, update और delete के लिए use की जाती है।


    • ExecuteScaler: यह single result जैसे – count etc. के लिए use की जाती है।


image102

No comments:

Post a Comment

Contact us

Name

Email *

Message *