 | CDBAddTimeComment Method |
Add a comment with the date and time 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 AddTimeComment(
string comment,
int indent
)
public void AddTimeComment(
string comment,
int indent
)
Public Sub AddTimeComment (
comment As String,
indent As Integer
)
Public Sub AddTimeComment (
comment As String,
indent As Integer
)
public:
void AddTimeComment(
String^ comment,
int indent
)
public:
void AddTimeComment(
String^ comment,
int indent
)
member AddTimeComment :
comment : string *
indent : int -> unit
member AddTimeComment :
comment : string *
indent : int -> unit
Parameters
- comment
- Type: SystemString
Comment - indent
- Type: SystemInt32
Indent comment one tab?
Remarks
The comment is written in the form:
Comment: 2001/12/31 23:59:59
and is followed by a carriage return.
The activity log is created automatically if it does not exist.
See Notes in AddComment_DB.
See Also