Click or drag to resize

SearchStoredProcedureManagerGetStatusReportStoredProcedureCommandAndIntroduceStoredProcedureIfMissing Method

Namespace:  FileHold.LibraryManager.Code
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DbCommand GetStatusReportStoredProcedureCommandAndIntroduceStoredProcedureIfMissing(
	Database database,
	List<QueryParameterDescription> parameters,
	string statusReportCommandText,
	bool isOptimizeForUnknown
)

Parameters

database
Type: Database
parameters
Type: System.Collections.GenericListQueryParameterDescription
statusReportCommandText
Type: SystemString
isOptimizeForUnknown
Type: SystemBoolean

Return Value

Type: DbCommand
See Also