|
-
Apr 23rd, 2005, 04:40 AM
#1
Thread Starter
Addicted Member
HOw we can pass Optional Parameter and Use of And Operator
public int ExecuteQuery(string strQuery,Optional Boolean bPreparedExecute = False, Optional ByVal lRowsEffected As Int32 = -1, optional Boolean bGetRowsEffetted = False)
==============================
else if (myTable.Rows.Count > rowNum And myTable.Rows(rowNum).RowState = DataRowState.Deleted)
Last edited by Waseemalisyed; May 10th, 2005 at 06:40 AM.
Reason: ok
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|