C# Class Shaolinq.Postgres.DotConnect.PostgresDotConnectTimespanSqlDataType

Inheritance: PostgresTimespanSqlDataType
Show file Open project: tumtumtum/Shaolinq

Public Methods

Method Description
ConvertForSql ( object value ) : TypedValue
PostgresDotConnectTimespanSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType ) : System

Method Details

ConvertForSql() public method

public ConvertForSql ( object value ) : TypedValue
value object
return TypedValue

PostgresDotConnectTimespanSqlDataType() public method

public PostgresDotConnectTimespanSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
return System