JiwaGrid..::..BuildGridFromStoredProc Method (String, array<SqlParameter>[]()[][])

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void BuildGridFromStoredProc(
	string StoredProcName,
	params SqlParameter[] SQLParams
)
Public Sub BuildGridFromStoredProc ( _
	StoredProcName As String, _
	ParamArray SQLParams As SqlParameter() _
)
public:
void BuildGridFromStoredProc(
	String^ StoredProcName, 
	... array<SqlParameter^>^ SQLParams
)

Parameters

StoredProcName
Type: String
SQLParams
Type: array<SqlParameter>[]()[][]