Base:
method
GetStoreFunctions
System.Data.Common.DbProviderManifest.GetStoreFunctions()
1 override of GetStoreFunctions
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderManifest.cs (1)
212public override System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction> GetStoreFunctions()
2 references to GetStoreFunctions
System.Data.Entity (2)
System\Data\SqlClient\SqlProviderManifest.cs (2)
218this._functions = base.GetStoreFunctions(); 223IEnumerable<EdmFunction> functions = base.GetStoreFunctions().Where(f => !IsKatmaiOrNewer(f));