Back to Devexpress

Session.GetObjectsFromSproc Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsfromsproc.md

latest2.3 KB
Original Source

Session.GetObjectsFromSproc Method

NameParametersDescription
GetObjectsFromSproc(XPClassInfo, LoadDataMemberOrderItem[], String, OperandValue[])classInfo, members, sprocName, parametersExecutes a stored procedure and returns its result set as a collection of non-persistent objects.
GetObjectsFromSproc(XPClassInfo, List<XPMemberInfo>, String, OperandValue[])classInfo, members, sprocName, parametersExecutes a stored procedure and returns its result set as a collection of non-persistent objects.
GetObjectsFromSproc(XPClassInfo, String, OperandValue[])classInfo, sprocName, parametersExecutes a stored procedure and returns its result set as a collection of non-persistent objects.
GetObjectsFromSproc<T>(LoadDataMemberOrderItem[], String, OperandValue[])members, sprocName, parametersExecutes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter.
GetObjectsFromSproc<T>(List<XPMemberInfo>, String, OperandValue[])members, sprocName, parametersExecutes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter.
GetObjectsFromSproc<T>(String, OperandValue[])sprocName, parametersExecutes a stored procedure and returns its result set as a collection of objects of a non-persistent type specified by the generic type parameter.