Click or drag to resize

OrderSpec Constructor (DbFileSpec)

X#
Instantiates an OrderSpec object using an existing DBFileSpec object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oDBFS AS DbFileSpec
)
Request Example View Source

Parameters

oDBFS
Type: DbFileSpec
An existing DBFileSpec object.

Return Value

Type: 
An OrderSpec object.
Examples
X#
1oDB := DBFileSpec{"C:\TEST\CUSTOMER.DBF"}
2oOrd1 := OrderSpec{oDB}
See Also