MetaFunction::HasMultipleResults Property

 

Gets whether or not the stored procedure has multiple result types.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property bool HasMultipleResults {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the stored procedure has multiple result types.

.NET Framework
Available since 3.5
Return to top
Show: