<< Click to Display Table of Contents >>

GetSourceFields

Source 필드 이름을 가져옵니다.

Prototype

array GetSourceFields()

Reference

OnInsert, OnUpdate, OnDelete 이벤트에서 실행한 경우에만 동작하며, 그 외 이벤트에서 실행하였을 경우 null을 리턴합니다.

Example

var ds = This.GetDataSet();

var SourceFields = new Array();

SourceFields = ds.GetSourceFields();