Click or drag to resize

DropDownMenuGridSqlGenerator Constructor

Initializes a new instance of the DropDownMenuGridSqlGenerator class

Namespace:  FileHold.LibraryManager.Grid
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DropDownMenuGridSqlGenerator(
	int fieldId,
	GridReadActionData readRequest
)

Parameters

fieldId
Type: SystemInt32
readRequest
Type: FileHold.Common.GridGridReadActionData
See Also