0
내 DB에는 "StartTime"이라는 필드가 "Interval day to seconds"데이터 형식으로 있습니다.llblgen으로 간격을 초 단위로 지정하는 방법은 무엇입니까?
LLBLGen 내가 트랜잭션 일을하려고에 "시간 범위"
을 변환 난 시간 범위 값을 할당하기 위해 다음 코드 줄을 사용했다.
request.tableTransferObject.StartTime = new TimeSpan(0, startTimePicker.SelectedDate.Value.Hour, startTimePicker.SelectedDate.Value.Minute, startTimePicker.SelectedDate.Value.Second);
그러나, 내가 다음 예외
An exception was caught during the execution of an action query: Invalid parameter binding
Parameter name: StartTime4. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
을 얻고 엔티티를 저장하려고 할 때 내가 dB로 값을 삽입하려면 어떻게해야합니까?