Shaolinq.Persistence.DefaultTimeSpanSqlDataType.DefaultTimeSpanSqlDataType C# (CSharp) Method

DefaultTimeSpanSqlDataType() public method

public DefaultTimeSpanSqlDataType ( SqlDataTypeProvider sqlDataTypeProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
sqlDataTypeProvider SqlDataTypeProvider
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
type System.Type
return System
		public DefaultTimeSpanSqlDataType(SqlDataTypeProvider sqlDataTypeProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type)
			: base(constraintDefaultsConfiguration, type)
		{
			this.sqlDataTypeProvider = sqlDataTypeProvider;
		}