Click or drag to resize

CommenceQueryRowSetGetRowTimeStamp Method

Undocumented method, most likely returns a timestamp :).

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string GetRowTimeStamp(
	int nRow,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
(Assumed) Logical OR of following option flags: CmcOptionFlags.Canonical - return field value in canonical form.

Return Value

Type: String
some string with a timestamp? Who knows? Is it blue?

Implements

ICommenceQueryRowSetGetRowTimeStamp(Int32, CmcOptionFlags)
See Also