C# 클래스 Dibware.StoredProcedureFrameworkForEF.Helpers.DbContextStoredProcedurePropertyInitialiser

파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
DbContextStoredProcedurePropertyInitialiser ( DbContext context, PropertyInfo storedProcedurePropertyInfo ) : System

비공개 메소드들

메소드 설명
BuildConstructorInfo ( ) : void
BuildProcedure ( ) : void
EnsureConstructor ( ) : void
EnsureProcedure ( ) : void

메소드 상세

DbContextStoredProcedurePropertyInitialiser() 공개 메소드

public DbContextStoredProcedurePropertyInitialiser ( DbContext context, PropertyInfo storedProcedurePropertyInfo ) : System
context DbContext
storedProcedurePropertyInfo System.Reflection.PropertyInfo
리턴 System