Show / Hide Table of Contents

Class SqlValue

Inheritance
Object
SqlValue
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Sql
Assembly: Slipe.Sql.dll
Syntax
public class SqlValue

Constructors

| Improve this Doc View Source

SqlValue(Object)

Represents a value used by

Declaration
public SqlValue(object value)
Parameters
Type Name Description
Object value

Operators

| Improve this Doc View Source

Implicit(SqlValue to Int32)

Declaration
public static implicit operator int (SqlValue value)
Parameters
Type Name Description
SqlValue value
Returns
Type Description
Int32
| Improve this Doc View Source

Implicit(SqlValue to Single)

Declaration
public static implicit operator float (SqlValue value)
Parameters
Type Name Description
SqlValue value
Returns
Type Description
Single
| Improve this Doc View Source

Implicit(SqlValue to String)

Declaration
public static implicit operator string (SqlValue value)
Parameters
Type Name Description
SqlValue value
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX