Scalien.scaliendb_client.SDBP_ResultIsEnd C# (CSharp) 메소드

SDBP_ResultIsEnd() 공개 정적인 메소드

public static SDBP_ResultIsEnd ( SWIGTYPE_p_void result ) : bool
result SWIGTYPE_p_void
리턴 bool
        public static unsafe bool SDBP_ResultIsEnd(SWIGTYPE_p_void result)
        {
            bool ret = scaliendb_clientPINVOKE.SDBP_ResultIsEnd(SWIGTYPE_p_void.getCPtr(result));
            return ret;
        }
scaliendb_client