Ejemplo n.º 1
0
 /// <summary>
 /// Initialize a new instance of the BooleanType class using a
 /// <see cref="AnsiStringFixedLengthSqlType"/>.
 /// </summary>
 /// <param name="sqlType">The underlying <see cref="SqlType"/>.</param>
 /// <remarks>
 /// This is used when the Property is mapped to a string column
 /// that stores true or false as a string.
 /// </remarks>
 internal BooleanType(AnsiStringFixedLengthSqlType sqlType) : base(sqlType)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sqlType"></param>
 protected CharBooleanType(AnsiStringFixedLengthSqlType sqlType) : base(sqlType)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initialize a new instance of the BooleanType class using a
 /// <see cref="AnsiStringFixedLengthSqlType"/>.
 /// </summary>
 /// <param name="sqlType">The underlying <see cref="SqlType"/>.</param>
 /// <remarks>
 /// This is used when the Property is mapped to a string column
 /// that stores true or false as a string.
 /// </remarks>
 public BooleanType(AnsiStringFixedLengthSqlType sqlType) : base(sqlType)
 {
 }