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