Click here to Skip to main content
15,907,493 members
Home / Discussions / C#
   

C#

 
GeneralRe: splitting a long string Pin
manustone26-Feb-10 4:21
manustone26-Feb-10 4:21 
AnswerRe: splitting a long string Pin
Luc Pattyn26-Feb-10 6:51
sitebuilderLuc Pattyn26-Feb-10 6:51 
AnswerRe: splitting a long string Pin
kevinnicol26-Feb-10 3:03
kevinnicol26-Feb-10 3:03 
GeneralRe: splitting a long string Pin
manustone26-Feb-10 4:18
manustone26-Feb-10 4:18 
GeneralRe: splitting a long string Pin
Luc Pattyn26-Feb-10 9:11
sitebuilderLuc Pattyn26-Feb-10 9:11 
QuestionHow to get assembly meta data to generate Pin
Xpnctoc26-Feb-10 2:22
Xpnctoc26-Feb-10 2:22 
AnswerRe: How to get assembly meta data to generate Pin
Xpnctoc26-Feb-10 3:48
Xpnctoc26-Feb-10 3:48 
QuestionDataTable Compute Method Pin
elizas26-Feb-10 2:00
elizas26-Feb-10 2:00 
Compute is one of the methods of DataTable class. This method computes an expression on the current rows that pass the filter criteria.

Syntax
Object DataTable.Compute(string expression , string filter)

Expression - The expression to compute.
Filter - The filter to limit the rows that evaluate in the expression.

This method's return type is System.Object. So, you have to cast it with appropriate data type.

The following operations can be passed through as expression parameter.
Sum -> Sum
Average -> Avg
Minimum -> Min
Maximum -> Max
Count -> Count
Statistical standard deviation ->StDev
Statistical variance -> Var

http://www.mindfiresolutions.com/DataTable-Compute-Method-628.php[^]
Cheers,
Eliza

Answerand your question is? Pin
Not Active26-Feb-10 2:05
mentorNot Active26-Feb-10 2:05 
GeneralRe: and your question is? Pin
OriginalGriff26-Feb-10 4:08
mveOriginalGriff26-Feb-10 4:08 
GeneralRe: and your question is? Pin
Luc Pattyn26-Feb-10 6:53
sitebuilderLuc Pattyn26-Feb-10 6:53 
QuestionDrag Drop from .net application to outside it Pin
Aseem Sharma26-Feb-10 1:56
Aseem Sharma26-Feb-10 1:56 
AnswerRe: Drag Drop from .net application to outside it Pin
Saksida Bojan26-Feb-10 2:17
Saksida Bojan26-Feb-10 2:17 
GeneralRe: Drag Drop from .net application to outside it Pin
Aseem Sharma27-Feb-10 19:28
Aseem Sharma27-Feb-10 19:28 
QuestionMouseMove event confusion Pin
ahmetkoc26-Feb-10 1:38
ahmetkoc26-Feb-10 1:38 
AnswerRe: MouseMove event confusion Pin
Not Active26-Feb-10 2:07
mentorNot Active26-Feb-10 2:07 
AnswerRe: MouseMove event confusion Pin
Saksida Bojan26-Feb-10 2:11
Saksida Bojan26-Feb-10 2:11 
GeneralRe: MouseMove event confusion Pin
ahmetkoc26-Feb-10 2:20
ahmetkoc26-Feb-10 2:20 
GeneralRe: MouseMove event confusion Pin
Saksida Bojan26-Feb-10 3:39
Saksida Bojan26-Feb-10 3:39 
GeneralRe: MouseMove event confusion Pin
ahmetkoc27-Feb-10 1:37
ahmetkoc27-Feb-10 1:37 
GeneralRe: MouseMove event confusion Pin
Saksida Bojan27-Feb-10 1:49
Saksida Bojan27-Feb-10 1:49 
GeneralRe: MouseMove event confusion [modified] Pin
ahmetkoc27-Feb-10 2:05
ahmetkoc27-Feb-10 2:05 
GeneralRe: MouseMove event confusion Pin
Saksida Bojan27-Feb-10 2:12
Saksida Bojan27-Feb-10 2:12 
GeneralRe: MouseMove event confusion Pin
ahmetkoc27-Feb-10 2:20
ahmetkoc27-Feb-10 2:20 
GeneralRe: MouseMove event confusion Pin
Saksida Bojan27-Feb-10 2:22
Saksida Bojan27-Feb-10 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.