Advanced.Data.Provider Documentation

AdpParameter.Size Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
NotOverridable Public Property Size As Integer Implements _
   IDbDataParameter.Size
[C#]
public int Size {get; set;}

Implements

IDbDataParameter.Size

See Also

AdpParameter Class | Advanced.Data.Provider Namespace