ToSqlSingle() public method

public ToSqlSingle ( ) : SqlSingle
return SqlSingle
Beispiel #1
0
 /// <summary>
 /// Converts the value of the specified SqlMoney to its equivalent SqlSingle representation.
 /// </summary>
 /// <param name="value">An SqlMoney.</param>
 /// <returns>The equivalent SqlSingle.</returns>
 public static SqlSingle ToSqlSingle(SqlMoney value) { return value.ToSqlSingle(); }
		/// <summary>Converts the value from <c>SqlMoney</c> to an equivalent <c>SqlSingle</c> value.</summary>
		public static SqlSingle ToSqlSingle(SqlMoney   p) { return p.ToSqlSingle();                                                                     }