Click or drag to resize

UtilitiesToStringDetails Method (DataMember, Object, IOptimizedPersistable, Page, Boolean)

This is a support function for the VelocityDbBrowser. It converts a field into a string.

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static string ToStringDetails(
	DataMember member,
	Object obj,
	IOptimizedPersistable pObj,
	Page page,
	bool skipArrays
)

Parameters

member
Type: VelocityDb.TypeInfoDataMember
A field in an object
obj
Type: SystemObject
The object containing the field
pObj
Type: VelocityDbIOptimizedPersistable

[Missing <param name="pObj"/> documentation for "M:VelocityDBExtensions.Utilities.ToStringDetails(VelocityDb.TypeInfo.DataMember,System.Object,VelocityDb.IOptimizedPersistable,VelocityDb.Page,System.Boolean)"]

page
Type: VelocityDbPage
The page of the object
skipArrays
Type: SystemBoolean
Option to skip arrays of the object

Return Value

Type: String
A String containing all details of this field.
See Also