5 references to DbType
System.Web.Entity (5)
System\Data\WebControls\WebControlParameterProxy.cs (5)
100
Debug.Assert(this.TypeCode != TypeCode.Empty || this.
DbType
!= DbType.Object, "Need to have TypeCode or DbType to get a ClrType");
105
return EntityDataSourceUtil.ConvertDbTypeToType(this.
DbType
);
119
if (this.
DbType
== DbType.DateTimeOffset)
126
else if (this.
DbType
== DbType.Time)
133
else if (this.
DbType
== DbType.Guid)