IDbDataParameter.Precision Property

Syntax:

byte IDbDataParameter.Precision { get; set; }

Description:

Type: System.Byte

Gets or sets a value that indicates the precision of the parameter for numeric types.

This method is an explicit interface member implementation and can only be used when the RdmParameter instance is cast to an IDbDataParameter interface.

Reference:

For more information, reference MSDN documentation for: System.Data.IDbDataParameter.Precision