3 overrides of DbType
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
998public override string DbType {
Mapping\MappedMetaModel.cs (2)
1453public override string DbType { 1478public override string DbType {
4 references to DbType
System.Data.Linq (4)
SqlClient\Query\QueryConverter.cs (4)
1226if (!string.IsNullOrEmpty(currMetaParam.DbType)) { 1230ProviderType providerType = typeProvider.Parse(currMetaParam.DbType); 2004ProviderType sqlType = function.ReturnParameter != null && !string.IsNullOrEmpty(function.ReturnParameter.DbType) 2005? this.typeProvider.Parse(function.ReturnParameter.DbType)