Click or drag to resize
CDBAddComment Method
Add a comment with a string to the activity log of the database.

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The comment is written in the form: Comment: String2 and is followed by a carriage return. The activity log is created automatically if it does not exist.
Syntax
public void AddComment(
	string comment,
	string str_val,
	int indent
)

Parameters

comment
Type: SystemString
Comment
str_val
Type: SystemString
String
indent
Type: SystemInt32
Indent comment one tab? (TRUE or FALSE)
See Also