0
Entity Framework v4를 사용하여 C#에서 모델 클래스 용 제네릭 getter를 만들고 싶습니다. 그게 가능하고 어떻게 구현하는지 나는 모른다. 당신에게 EntityFramework 모델의 일반 Getter
public static List<T> GetModelsByAttribute<T,R>(R attribute, string attributeName)
{
return new OracleTestConnection().T.Where(d => d.attributeName == att).ToList();
}
가 사전에 감사