Click or drag to resize

JsonImportExportImportJsonT Method

[Missing <summary> documentation for "M:VelocityDBExtensions.JsonImportExport.ImportJson``1(VelocityDb.Session.SessionBase,System.String)"]

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static T ImportJson<T>(
	this SessionBase session,
	string json
)

Parameters

session
Type: VelocityDb.SessionSessionBase

[Missing <param name="session"/> documentation for "M:VelocityDBExtensions.JsonImportExport.ImportJson``1(VelocityDb.Session.SessionBase,System.String)"]

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:VelocityDBExtensions.JsonImportExport.ImportJson``1(VelocityDb.Session.SessionBase,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VelocityDBExtensions.JsonImportExport.ImportJson``1(VelocityDb.Session.SessionBase,System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:VelocityDBExtensions.JsonImportExport.ImportJson``1(VelocityDb.Session.SessionBase,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SessionBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also