<< Click to Display Table of Contents >>

IsNull

널 적용 여부

Prototype

bool IsNull

Example

var ProcedureParameter = This.GetProcedureParameter("param1");

_DEBUG("IsNull " + ProcedureParameter.IsNull);