 | CDBAddComment Method |
Add a comment with a string to the activity log of the database.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AddComment(
string comment,
string str_val,
int indent
)
public void AddComment(
string comment,
string str_val,
int indent
)
Public Sub AddComment (
comment As String,
str_val As String,
indent As Integer
)
Public Sub AddComment (
comment As String,
str_val As String,
indent As Integer
)
public:
void AddComment(
String^ comment,
String^ str_val,
int indent
)
public:
void AddComment(
String^ comment,
String^ str_val,
int indent
)
member AddComment :
comment : string *
str_val : string *
indent : int -> unit
member AddComment :
comment : string *
str_val : string *
indent : int -> unit
Parameters
- comment
- Type: SystemString
Comment - str_val
- Type: SystemString
String - indent
- Type: SystemInt32
Indent comment one tab? (TRUE or FALSE)
Remarks
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.
See Also