12 references to SQLMONEYN
System.Data (12)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1384case TdsEnums.SQLMONEYN:
fx\src\data\System\Data\SqlClient\SqlEnums.cs (3)
639case TdsEnums.SQLMONEYN: return ((4 == length) ? MetaSmallMoney : MetaMoney); 797(19, 255, 8, true, false, false, TdsEnums.SQLMONEY, TdsEnums.SQLMONEYN, MetaTypeName.MONEY, typeof(System.Decimal), typeof(SqlMoney), SqlDbType.Money, DbType.Currency, 0); 800(10, 255, 4, true, false, false, TdsEnums.SQLMONEY4, TdsEnums.SQLMONEYN, MetaTypeName.SMALLMONEY, typeof(System.Decimal), typeof(SqlMoney), SqlDbType.SmallMoney, DbType.Currency, 0);
fx\src\data\System\Data\SqlClient\TdsParser.cs (8)
5118case TdsEnums.SQLMONEYN: 5533case TdsEnums.SQLMONEYN: 8893stateObj.WriteByte(TdsEnums.SQLMONEYN); 8936stateObj.WriteByte(TdsEnums.SQLMONEYN); 10086case TdsEnums.SQLMONEYN: 10671case TdsEnums.SQLMONEYN: { 10881case TdsEnums.SQLMONEYN: { 11053case TdsEnums.SQLMONEYN: {