コード例 #1
0
ファイル: TypeType.cs プロジェクト: sp0x/nhibernate-core
 /// <summary>
 /// Initialize a new instance of the TypeType class using a
 /// <see cref="SqlType"/>.
 /// </summary>
 /// <param name="sqlType">The underlying <see cref="SqlType"/>.</param>
 internal TypeType(StringSqlType sqlType)
     : base(sqlType)
 {
 }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sqlType"></param>
 internal StringClobType(StringSqlType sqlType) : base(sqlType)
 {
 }