<< Click to Display Table of Contents >>

GetDestinationFields

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

Prototype

array GetDestinationFields()

Reference

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

Example

var ds = This.GetDataSet();

var DestinationFields = new Array();

DestinationFields = ds.GetDestinationFields();