DGC.Data Programmer's Reference

DALParameter.Length Property

Gets or sets the maximum size, in bytes, of the data within the column.

[Visual Basic]
Public Property Length As Integer
[C#]
public int Length {get; set;}

Property Value

The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.

Remarks

See Also

DALParameter Class | DGC.Data Namespace