[Missing <summary> documentation for "M:Caisis.DataAccess.WebServiceDa.ConsumeStarDataPoints(System.Int32,System.Func{System.Data.IDataRecord,System.Boolean})"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public static void ConsumeStarDataPoints(
	int patientId,
	Func<IDataRecord, bool> consumer
)
Visual Basic
Public Shared Sub ConsumeStarDataPoints ( 
	patientId As Integer,
	consumer As Func(Of IDataRecord, Boolean)
)
Visual C++
public:
static void ConsumeStarDataPoints(
	int patientId, 
	Func<IDataRecord^, bool>^ consumer
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.WebServiceDa.ConsumeStarDataPoints(System.Int32,System.Func{System.Data.IDataRecord,System.Boolean})"]

consumer
Type: System..::..Func<(Of <(<'IDataRecord, Boolean>)>)>

[Missing <param name="consumer"/> documentation for "M:Caisis.DataAccess.WebServiceDa.ConsumeStarDataPoints(System.Int32,System.Func{System.Data.IDataRecord,System.Boolean})"]

See Also