 | DatabaseParameterInfoSize Property |
Gets or sets the database parameter size.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic int Size { get; set; }
Public Property Size As Integer
Get
Set
Dim instance As DatabaseParameterInfo
Dim value As Integer
value = instance.Size
instance.Size = value
member Size : int with get, set
Property Value
Type:
Int32
See Also