[Missing <summary> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

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

Syntax

C#
public DataTable GetUserRecentEforms(
	int userId,
	string datasetSQL,
	Nullable<int> topResults,
	Nullable<int> recentDays
)
Visual Basic
Public Function GetUserRecentEforms ( 
	userId As Integer,
	datasetSQL As String,
	topResults As Nullable(Of Integer),
	recentDays As Nullable(Of Integer)
) As DataTable
Visual C++
public:
DataTable^ GetUserRecentEforms(
	int userId, 
	String^ datasetSQL, 
	Nullable<int> topResults, 
	Nullable<int> recentDays
)

Parameters

userId
Type: System..::..Int32

[Missing <param name="userId"/> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

datasetSQL
Type: System..::..String

[Missing <param name="datasetSQL"/> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

topResults
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="topResults"/> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

recentDays
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="recentDays"/> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.EFormsDa.GetUserRecentEforms(System.Int32,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also