일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- oracle
- c#
- 윈도우
- 엑셀
- windows
- ASP
- 오라클
- microsoft
- attr()
- MS
- 비주얼스튜디오
- 태그를 입력해 주세요.
- 이클립스
- 마이크로소프트
- 단축키
- javascript
- Excel
- 자바스크립트
- replace()
- Winform
- 프로시저
- CONVERT()
- aspnet
- SSRS
- jQuery
- MSSQL
- 윈폼
- DataGrid
- 리포팅서비스
- IIS
Archives
- Today
- Total
목록xml to LINQ (1)
DJ메탈짱™의 Free Style
[C#] LINQ, XML파싱, xml to LINQ, foreach,같은Depth 동일 Element반환, null, Exception
아래 예제는 Element 기준으로 , Element 값을 반환하는 방법인데… ElementAt(1) 메소드를 통해 연속적으로 동일하게 있는 Element가 하나면 index 예외오류가 발생함. 그럴 때 사용하는 메소드는 ElementAt à ElementAtOrDefault() 을 사용하면 해결됨. 정보 1 2 정보 3 var xmlRlt = (from xml in xmlDoc.Descendants("body") select new { columnCharacteristic1= (string)xml.Element("aaa").Value, //만약 ElemenetAt(1)이 없다면 공백 반환. columnCharacteristic2= (string)xml.Elements("bbb").Elemen..
일(job)/MS(Microsoft)
2015. 12. 31. 13:16