Click or drag to resize

DatabaseContextCompleteT Method (FuncT)

Namespace:  FileHold.LibraryManager.Models
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public T Complete<T>(
	Func<T> func
)

Parameters

func
Type: SystemFuncT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.LibraryManager.Models.DatabaseContext.Complete``1(System.Func{``0})"]

Return Value

Type: T
See Also