Click or drag to resize

TypeVersionObjectBytesFromStrings Method

Converts string representation of an object into VelocityDB object byte representation.

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void ObjectBytesFromStrings(
	string[] members,
	string[] fieldNames,
	SessionBase session,
	Schema schema
)

Parameters

members
Type: SystemString
fieldNames
Type: SystemString
session
Type: VelocityDb.SessionSessionBase
Active session
schema
Type: VelocityDb.TypeInfoSchema
Current schema
See Also