3 references to ParameterAttribute
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
976
private
ParameterAttribute
paramAttrib;
980
this.paramAttrib = Attribute.GetCustomAttribute(parameterInfo, typeof(
ParameterAttribute
), false) as
ParameterAttribute
;