You need to sign in to do that
Don't have an account?
china.leaf
I have a question about "List"
A : List<Account> flstAccount = new List<Account>([select id from account]);
B: List<Account> flstAccount = [select id from account];
What is the difference between A and B?
thank you.
Message Edited by china.leaf on 01-12-2009 11:24 PM
B: List<Account> flstAccount = [select id from account];
What is the difference between A and B?
thank you.
Message Edited by china.leaf on 01-12-2009 11:24 PM
Message Edited by Praetorian65 on 01-13-2009 09:26 AM