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