{"id":19101878,"url":"https://github.com/Dixin/EntityFramework.Functions","last_synced_at":"2025-04-18T19:31:10.858Z","repository":{"id":47722726,"uuid":"48630140","full_name":"Dixin/EntityFramework.Functions","owner":"Dixin","description":"EntityFramework.Functions library implements Entity Framework code first support for stored procedures (with single result type, multiple result types, output parameter), table-valued functions (returning entity type, complex type), scalar-valued functions (composable, non-composable), aggregate functions, built-in functions, niladic functions, and model defined functions.","archived":false,"fork":false,"pushed_at":"2024-03-30T06:29:52.000Z","size":21429,"stargazers_count":79,"open_issues_count":25,"forks_count":27,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-02T18:11:49.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://weblogs.asp.net/Dixin/EntityFramework.Functions","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dixin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-27T02:30:09.000Z","updated_at":"2024-07-20T15:41:49.000Z","dependencies_parsed_at":"2024-06-18T13:50:43.200Z","dependency_job_id":"97974d4b-d517-4085-ba75-511c17c05ba8","html_url":"https://github.com/Dixin/EntityFramework.Functions","commit_stats":{"total_commits":68,"total_committers":6,"mean_commits":"11.333333333333334","dds":"0.17647058823529416","last_synced_commit":"95b7f3825f40c5a5636489a54d815937a156a090"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dixin%2FEntityFramework.Functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dixin%2FEntityFramework.Functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dixin%2FEntityFramework.Functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dixin%2FEntityFramework.Functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dixin","download_url":"https://codeload.github.com/Dixin/EntityFramework.Functions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783193,"owners_count":17201912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:53:30.843Z","updated_at":"2025-04-18T19:31:10.846Z","avatar_url":"https://github.com/Dixin.png","language":"C#","funding_links":[],"categories":["Unsupported Packages","others","Supported Packages","C# #"],"sub_categories":[],"readme":"\u003ch1\u003eEntityFramework.Functions\u003c/h1\u003e\n\u003ca fref=\"https://ci.appveyor.com/project/Dixin/entityframework-functions\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/r4x7jaav6ldw68fa?svg=true\" alt=\"Build status\" /\u003e\u003c/a\u003e\n\u003cp\u003eEntityFramework.Functions library implements \u003ca href=\"https://en.wikipedia.org/wiki/Entity_Framework\" target=\"_blank\"\u003eEntity Framework\u003c/a\u003e code first support for:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        Stored procedures, with:\n        \u003cul\u003e\n            \u003cli\u003esingle result type\u003c/li\u003e\n            \u003cli\u003emultiple result types\u003c/li\u003e\n            \u003cli\u003eoutput parameter\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        Table-valued functions, returning\n        \u003cul\u003e\n            \u003cli\u003eentity type\u003c/li\u003e\n            \u003cli\u003ecomplex type\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        Scalar-valued functions\n        \u003cul\u003e\n            \u003cli\u003ecomposable\u003c/li\u003e\n            \u003cli\u003enon-composable\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003eAggregate functions\u003c/li\u003e\n    \u003cli\u003eBuilt-in functions\u003c/li\u003e\n    \u003cli\u003eNiladic functions\u003c/li\u003e\n    \u003cli\u003eModel defined functions\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eEntityFramework.Functions library works on .NET Standard with Entity Framework 6.4.0. It also works on .NET 4.0, .NET 4.5, .NET 4.6, .NET 4.7, .NET 4.8 with \u003ca href=\"https://msdn.microsoft.com/en-us/data/jj574253.aspx\" target=\"_blank\"\u003eEntity Framework 6.1.0 and later\u003c/a\u003e. Entity Framework is the only dependency of this library.\u003c/p\u003e\n\u003cp\u003eIt can be installed through \u003ca href=\"https://www.nuget.org/packages/EntityFramework.Functions\" target=\"_blank\"\u003eNuget\u003c/a\u003e:\u003c/p\u003e\n\u003cblockquote\u003e\n    \u003cp\u003edotnet add package EntityFramework.Functions\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003eOr:\u003c/p\u003e\n\u003cblockquote\u003e\n    \u003cp\u003eInstall-Package EntityFramework.Functions -DependencyVersion Highest\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cp\u003eSee:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003eDocument: \u003ca title=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions\" href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions\" target=\"_blank\"\u003ehttps://weblogs.asp.net/Dixin/EntityFramework.Functions\u003c/a\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Source_code\"\u003eSource code\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#APIs\"\u003eAPIs\u003c/a\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#[Function]\"\u003e[Function]\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#[Parameter]\"\u003e[Parameter]\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#[ResultType]\"\u003e[ResultType]\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#FunctionConvention_and_FunctionConvention\u0026lt;TFunctions\u0026gt;\"\u003eFunctionConvention and FunctionConvention\u0026lt;TFunctions\u0026gt;\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Examples\"\u003eExamples\u003c/a\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Add_functions_to_entity_model\"\u003eAdd functions to entity model\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Stored procedure,_with_single_result_type\"\u003eStored procedure, with single result type\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Stored_procedure,_with_output_parameter\"\u003eStored procedure, with output parameter\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Stored_procedure,_with_multiple_result_types\"\u003eStored procedure, with multiple result types\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Table-valued_function\"\u003eTable-valued function\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Scalar-valued_function,_non-composable\"\u003eScalar-valued function, non-composable\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Scalar-valued_function,_composable\"\u003eScalar-valued function, composable\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Aggregate_function\"\u003eAggregate function\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Built-in_function\"\u003eBuilt-in function\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Niladic_function\"\u003eNiladic function\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://weblogs.asp.net/Dixin/EntityFramework.Functions#Version_history\"\u003eVersion history\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\u003c/li\u003e\n    \u003cli\u003eSource code: \u003ca title=\"https://github.com/Dixin/EntityFramework.Functions\" href=\"https://github.com/Dixin/EntityFramework.Functions\" target=\"_blank\"\u003ehttps://github.com/Dixin/EntityFramework.Functions\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003eNuget package: \u003ca title=\"https://www.nuget.org/packages/EntityFramework.Functions\" href=\"https://www.nuget.org/packages/EntityFramework.Functions\"\u003ehttps://www.nuget.org/packages/EntityFramework.Functions\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDixin%2FEntityFramework.Functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDixin%2FEntityFramework.Functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDixin%2FEntityFramework.Functions/lists"}