 | DatabaseCommandInfoText Property |
Gets or sets the command text.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic Layout Text { get; set; }
Public Property Text As Layout
Get
Set
Dim instance As DatabaseCommandInfo
Dim value As Layout
value = instance.Text
instance.Text = value
member Text : Layout with get, set
Property Value
Type:
Layout
See Also