FileStreamWriter.WriteSqlDecimal(SqlDecimal) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int WriteSqlDecimal(System::Data::SqlTypes::SqlDecimal sqlDecimalVal);
public int WriteSqlDecimal (System.Data.SqlTypes.SqlDecimal sqlDecimalVal);
abstract member WriteSqlDecimal : System.Data.SqlTypes.SqlDecimal -> int
override this.WriteSqlDecimal : System.Data.SqlTypes.SqlDecimal -> int
Public Function WriteSqlDecimal (sqlDecimalVal As SqlDecimal) As Integer
Parameters
- sqlDecimalVal
- SqlDecimal