Click or drag to resize
DbStringDefaultLength Field
A value to set the default value of strings going through Dapper. Default is 4000, any value larger than this field will not have the default value applied.

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const int DefaultLength

Field Value

Type: Int32
See Also