Back to Devexpress

Session.GetObjectsFromSprocParametrized Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsfromsprocparametrized.md

latest2.5 KB
Original Source

Session.GetObjectsFromSprocParametrized Method

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