You need to sign in to do that
Don't have an account?
DEV_CG
how to cast Schema.SobjectType to String
Hi everyone,
could you please check and help me out
List<case> scope=new List<Case>([select id from case]);
Schema.SObjectType sObjectType = scope.getSObjectType();
String s=(string)sObjectType;
its not working
could you please check and help me out
List<case> scope=new List<Case>([select id from case]);
Schema.SObjectType sObjectType = scope.getSObjectType();
String s=(string)sObjectType;
its not working
All Answers